IDisplayMode Interface

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the display mode interface for the web pages.

public interface IDisplayMode
type IDisplayMode = interface
Public Interface IDisplayMode
Derived

Properties

DisplayModeId

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the display mode id for the web pages.

Methods

CanHandleContext(HttpContextBase)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a value whether the web pages can handle HTTP context.

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

Returns this method to display all the information for the web pages.

Applies to