次の方法で共有


IDisplayMode.GetDisplayInfo メソッド

定義

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

パラメーター

httpContext
HttpContextBase

HTTP コンテキスト。

virtualPath
String

仮想パス。

virtualPathExists
Func<String,Boolean>

仮想パスが存在する場合は true。それ以外の場合は false。

戻り値

Web ページのすべての情報を表示するためのメソッド。

適用対象