WebPageBase.CreateInstanceFromVirtualPath(String) Method

Definition

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.

Applies to