WebCodeRazorHost Constructors
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.
Overloads
WebCodeRazorHost(String) |
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 WebCodeRazorHost class. |
WebCodeRazorHost(String, String) |
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 WebCodeRazorHost class. |
WebCodeRazorHost(String)
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 WebCodeRazorHost class.
public WebCodeRazorHost (string virtualPath);
new System.Web.WebPages.Razor.WebCodeRazorHost : string -> System.Web.WebPages.Razor.WebCodeRazorHost
Public Sub New (virtualPath As String)
Parameters
- virtualPath
- String
The virtual path.
Applies to
WebCodeRazorHost(String, String)
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 WebCodeRazorHost class.
public WebCodeRazorHost (string virtualPath, string physicalPath);
new System.Web.WebPages.Razor.WebCodeRazorHost : string * string -> System.Web.WebPages.Razor.WebCodeRazorHost
Public Sub New (virtualPath As String, physicalPath As String)
Parameters
- virtualPath
- String
The virtual path.
- physicalPath
- String
The physical path.