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