Freigeben über


IDisplayMode.GetDisplayInfo Methode

Definition

Gibt diese Methode zur Anzeige aller Informationen für die Webseiten zurück.

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

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 Methode zur Anzeige aller Informationen für die Webseiten.

Gilt für: