Partager via


DisplayModeProvider.GetDisplayInfoForVirtualPath Méthode

Définition

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Obtient le DisplayInfo pour le chemin virtuel.

public System.Web.WebPages.DisplayInfo GetDisplayInfoForVirtualPath (string virtualPath, System.Web.HttpContextBase httpContext, Func<string,bool> virtualPathExists, System.Web.WebPages.IDisplayMode currentDisplayMode);
member this.GetDisplayInfoForVirtualPath : string * System.Web.HttpContextBase * Func<string, bool> * System.Web.WebPages.IDisplayMode -> System.Web.WebPages.DisplayInfo
Public Function GetDisplayInfoForVirtualPath (virtualPath As String, httpContext As HttpContextBase, virtualPathExists As Func(Of String, Boolean), currentDisplayMode As IDisplayMode) As DisplayInfo

Paramètres

virtualPath
String

Chemin d'accès virtuel.

httpContext
HttpContextBase

Base de contexte http.

virtualPathExists
Func<String,Boolean>

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

currentDisplayMode
IDisplayMode

Mode d’affichage actuel.

Retours

pour DisplayInfo le chemin d’accès virtuel.

S’applique à