次の方法で共有


DisplayModeProvider.GetDisplayInfoForVirtualPath メソッド

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。仮想パスの をDisplayInfo取得します。

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

パラメーター

virtualPath
String

仮想パス。

httpContext
HttpContextBase

http コンテキストベース。

virtualPathExists
Func<String,Boolean>

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

currentDisplayMode
IDisplayMode

現在の表示モード。

戻り値

DisplayInfo仮想パスの 。

適用対象