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虚拟路径的 。

适用于