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。

返回

用于显示网页的所有信息的方法。

适用于