DisplayModeProvider Class

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.

System.Object
  System.Web.WebPages.DisplayModeProvider

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

public sealed class DisplayModeProvider

The DisplayModeProvider type exposes the following members.

  NameDescription
Public propertyStatic memberInstanceThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the instance of the DisplayModeProvider.
Public propertyModesThis 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.
Public propertyRequireConsistentDisplayModeThis 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.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetAvailableDisplayModesForContextThis 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.
Public methodGetDisplayInfoForVirtualPathThis 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.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public fieldStatic memberDefaultDisplayModeIdThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default display mode identifier.
Public fieldStatic memberMobileDisplayModeIdThis type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the mobile display mode identifier.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: