Partilhar via


DisplayModeProvider.GetDisplayInfoForVirtualPath Método

Definição

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Obtém o DisplayInfo para o caminho virtual.

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

Parâmetros

virtualPath
String

O caminho virtual.

httpContext
HttpContextBase

A base de contexto HTTP.

virtualPathExists
Func<String,Boolean>

true se o caminho virtual existir; caso contrário, false.

currentDisplayMode
IDisplayMode

O modo de exibição atual.

Retornos

O DisplayInfo para o caminho virtual.

Aplica-se a