共用方式為


WebPageBase.CreateInstanceFromVirtualPath(String) 方法

定義

使用指定的虛擬路徑,建立 類別的新實例 WebPageBase

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

參數

virtualPath
String

要用來建立執行個體的虛擬路徑。

傳回

新的 WebPageBase 物件。

適用於