IDisplayMode 接口

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。表示网页的显示模式界面。

public interface IDisplayMode
type IDisplayMode = interface
Public Interface IDisplayMode
派生

属性

DisplayModeId

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。获取网页的显示模式 ID。

方法

CanHandleContext(HttpContextBase)

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。指示网页是否可以处理 HTTP 上下文的值。

GetDisplayInfo(HttpContextBase, String, Func<String,Boolean>)

返回此方法以显示网页的所有信息。

适用于