Click or drag to resize
WebAdminView Constructor
Creates a new object.

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WebAdminView(
	string pathFromRoot,
	string htmlFileName,
	string menuName,
	Func<IView> createView,
	Type stringResources
)

Parameters

pathFromRoot
Type: SystemString
htmlFileName
Type: SystemString
menuName
Type: SystemString
createView
Type: SystemFuncIView
stringResources
Type: SystemType
See Also