CSharpRazorCodeGenerator(String, String, String, RazorEngineHost) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the CSharpRazorCodeGenerator class.
public CSharpRazorCodeGenerator(string className, string rootNamespaceName, string sourceFileName, System.Web.Razor.RazorEngineHost host);
new System.Web.Razor.Generator.CSharpRazorCodeGenerator : string * string * string * System.Web.Razor.RazorEngineHost -> System.Web.Razor.Generator.CSharpRazorCodeGenerator
Public Sub New (className As String, rootNamespaceName As String, sourceFileName As String, host As RazorEngineHost)
Parameters
- className
- String
The class name for the generated class type declaration.
- rootNamespaceName
- String
The name for the generated namespace declaration.
- sourceFileName
- String
The source file.
- host
- RazorEngineHost
The Razor engine host.