共用方式為


IDisplayMode.GetDisplayInfo 方法

定義

傳回此方法以顯示網頁的所有資訊。

public System.Web.WebPages.DisplayInfo GetDisplayInfo (System.Web.HttpContextBase httpContext, string virtualPath, Func<string,bool> virtualPathExists);
abstract member GetDisplayInfo : System.Web.HttpContextBase * string * Func<string, bool> -> System.Web.WebPages.DisplayInfo
Public Function GetDisplayInfo (httpContext As HttpContextBase, virtualPath As String, virtualPathExists As Func(Of String, Boolean)) As DisplayInfo

參數

httpContext
HttpContextBase

HTTP 內容。

virtualPath
String

虛擬路徑。

virtualPathExists
Func<String,Boolean>

如果虛擬路徑存在,則為 true;否則為 false。

傳回

此方法以顯示網頁的所有資訊。

適用於