Classes
Class | Description | |
---|---|---|
![]() | WebformsViewsManager |
Works with views represented as web pages.
|
![]() | WebformsViewsManager..::.WebformsViewRequestHandler |
This http module handles page requests and links pages (which implement
IView interface) to controllers. It also fulfils navigation to the requested
view if neccessary.
|
![]() | WebFormView |
Base web page implementation of the IView interface.
Instead of implementing the IView interface your web page view may
simply inherit the WebFormView class.
|
![]() | WebFormView<(Of <(T>)>) |
Base web page implementation of the IView<(Of <(T>)>)
interface. Has a strongly typed association to the controller
(of the parameter type T).
It is recommended to inherit your web view classes from this one instead of manually implementing the IView<(Of <(T>)>) interface. |