Partager via


IDisplayMode.GetDisplayInfo Méthode

Définition

Retourne cette méthode pour afficher toutes les informations relatives aux pages Web.

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

Paramètres

httpContext
HttpContextBase

Contexte HTTP.

virtualPath
String

Chemin d'accès virtuel.

virtualPathExists
Func<String,Boolean>

true si le chemin d’accès virtuel existe ; sinon, false.

Retours

Méthode pour afficher toutes les informations relatives aux pages Web.

S’applique à