Sdílet prostřednictvím


IDisplayMode.GetDisplayInfo Metoda

Definice

Vrátí tuto metodu pro zobrazení všech informací pro webové stránky.

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

Parametry

httpContext
HttpContextBase

Kontext HTTP.

virtualPath
String

Virtuální cesta.

virtualPathExists
Func<String,Boolean>

true Pokud virtuální cesta existuje; jinak false.

Návraty

Metoda zobrazení všech informací pro webové stránky.

Platí pro