Freigeben über


DefaultDisplayMode.GetDisplayInfo Methode

Definition

Ruft die Anzeigeinformationen zu einem Element im Ergebnisbereich ab.

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

Parameter

httpContext
HttpContextBase

Der HTTP-Kontext.

virtualPath
String

Der virtuelle Pfad.

virtualPathExists
Func<String,Boolean>

true, wenn der virtuelle Pfad vorhanden ist; andernfalls false.

Gibt zurück

Die Anzeigeinformationen zu einem Element im Ergebnisbereich.

Implementiert

Gilt für: