Click or drag to resize
WebAdminViewCreateView Method
Creates the object that will handle the requests from the HTML page.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IView CreateView()

Return Value

Type: IView
Remarks
The view is expected to create an instance of its presenter and dispose of the presenter if necessary.
See Also