MvcVBRazorCodeGenerator Constructor
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub New ( _
className As String, _
rootNamespaceName As String, _
sourceFileName As String, _
host As RazorEngineHost _
)
'Usage
Dim className As String
Dim rootNamespaceName As String
Dim sourceFileName As String
Dim host As RazorEngineHost
Dim instance As New MvcVBRazorCodeGenerator(className, _
rootNamespaceName, sourceFileName, _
host)
public MvcVBRazorCodeGenerator(
string className,
string rootNamespaceName,
string sourceFileName,
RazorEngineHost host
)
public:
MvcVBRazorCodeGenerator(
String^ className,
String^ rootNamespaceName,
String^ sourceFileName,
RazorEngineHost^ host
)
public function MvcVBRazorCodeGenerator(
className : String,
rootNamespaceName : String,
sourceFileName : String,
host : RazorEngineHost
)
Parameters
- className
Type: System. . :: . .String
- rootNamespaceName
Type: System. . :: . .String
- sourceFileName
Type: System. . :: . .String
- host
Type: System.Web.Razor. . :: . .RazorEngineHost