IDisplayMode.GetDisplayInfo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回此方法以顯示網頁的所有資訊。
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
虛擬路徑。
傳回
此方法以顯示網頁的所有資訊。