IDisplayMode Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |