Compartilhar via


IDisplayMode.GetDisplayInfo Método

Definição

Retorna este método para exibir todas as informações para as páginas da 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

Parâmetros

httpContext
HttpContextBase

O contexto HTTP.

virtualPath
String

O caminho virtual.

virtualPathExists
Func<String,Boolean>

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

Retornos

O método para exibir todas as informações para as páginas da Web.

Aplica-se a