DefaultDisplayMode.GetDisplayInfo Metoda

Definice

Načte informace o položce v podokně výsledků.

public virtual 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
override this.GetDisplayInfo : System.Web.HttpContextBase * string * Func<string, bool> -> System.Web.WebPages.DisplayInfo
Public Overridable 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

Zobrazované informace o položce v podokně výsledků

Implementuje

Platí pro