Share via


IDisplayMode Interface

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.

Namespace:  System.Web.WebPages
Assembly:  System.Web.WebPages (in System.Web.WebPages.dll)

Syntax

'Declaration
Public Interface IDisplayMode
'Usage
Dim instance As IDisplayMode
public interface IDisplayMode
public interface class IDisplayMode
type IDisplayMode =  interface end
public interface IDisplayMode

The IDisplayMode type exposes the following members.

Properties

  Name Description
Public property 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.

Top

Methods

  Name Description
Public method CanHandleContext 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.
Public method GetDisplayInfo Returns this method to display all the information for the web pages.

Top

See Also

Reference

System.Web.WebPages Namespace