WebAdminViewCreateView Method |
Creates the object that will handle the requests from the HTML page.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public IView CreateView()
Public Function CreateView As IView
public:
IView^ CreateView()
member CreateView : unit -> IView
Return Value
Type:
IViewRemarks
The view is expected to create an instance of its presenter and dispose of the presenter
if necessary.
See Also