DefaultDisplayMode.GetDisplayInfo Method

Definition

Retrieves the display information about an item in the result pane.

public virtual 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
override this.GetDisplayInfo : System.Web.HttpContextBase * string * Func<string, bool> -> System.Web.WebPages.DisplayInfo
Public Overridable 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 display information about an item in the result pane.

Implements

Applies to