DisplayModeProvider Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the modes of display for the provider.

public sealed class DisplayModeProvider
type DisplayModeProvider = class
Public NotInheritable Class DisplayModeProvider
Inheritance
DisplayModeProvider

Fields

DefaultDisplayModeId

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default display mode identifier.

MobileDisplayModeId

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the mobile display mode identifier.

Properties

Instance

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the instance of the DisplayModeProvider.

Modes

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a list of modes of the DisplayModeProvider.

RequireConsistentDisplayMode

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the Web page requires consistent display mode.

Methods

GetAvailableDisplayModesForContext(HttpContextBase, IDisplayMode)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a list of the available display modes for the context base.

GetDisplayInfoForVirtualPath(String, HttpContextBase, Func<String,Boolean>, IDisplayMode)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the DisplayInfo for the virtual path.

Applies to