Creates a new object.
Namespace: VirtualRadar.Interface.WebSiteAssembly: 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
)
Public Sub New (
pathFromRoot As String,
htmlFileName As String,
menuName As String,
createView As Func(Of IView),
stringResources As Type
)
public:
WebAdminView(
String^ pathFromRoot,
String^ htmlFileName,
String^ menuName,
Func<IView^>^ createView,
Type^ stringResources
)
new :
pathFromRoot : string *
htmlFileName : string *
menuName : string *
createView : Func<IView> *
stringResources : Type -> WebAdminView
Parameters
- pathFromRoot
- Type: SystemString
- htmlFileName
- Type: SystemString
- menuName
- Type: SystemString
- createView
- Type: SystemFuncIView
- stringResources
- Type: SystemType
See Also