IDisplayMode.GetDisplayInfo Method

Definition

Returns this method to display all the information for the web pages.

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

Parameters

httpContext
HttpContextBase

The HTTP context.

virtualPath
String

The virtual path.

virtualPathExists
Func<String,Boolean>

true if the virtual path exists; otherwise, false.

Returns

The method to display all the information for the web pages.

Applies to