WebPageBase.CreateInstanceFromVirtualPath(String) Method
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.
Creates a new instance of the WebPageBase class by using the specified virtual path.
public static System.Web.WebPages.WebPageBase CreateInstanceFromVirtualPath (string virtualPath);
static member CreateInstanceFromVirtualPath : string -> System.Web.WebPages.WebPageBase
Public Shared Function CreateInstanceFromVirtualPath (virtualPath As String) As WebPageBase
Parameters
- virtualPath
- String
The virtual path to use to create the instance.
Returns
The new WebPageBase object.