DefaultDisplayMode Class

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

Represents the default display mode of the web pages.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.DefaultDisplayMode

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

Syntax

'Declaration
Public Class DefaultDisplayMode _
    Implements IDisplayMode
'Usage
Dim instance As DefaultDisplayMode
public class DefaultDisplayMode : IDisplayMode
public ref class DefaultDisplayMode : IDisplayMode
type DefaultDisplayMode =  
    class 
        interface IDisplayMode 
    end
public class DefaultDisplayMode implements IDisplayMode

The DefaultDisplayMode type exposes the following members.

Constructors

  Name Description
Public method DefaultDisplayMode() This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the DefaultDisplayMode class.
Public method DefaultDisplayMode(String) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the DefaultDisplayMode class.

Top

Properties

  Name Description
Public property ContextCondition 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 context condition displays a default mode.
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 identifier of 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 HttpContextBase can handle context.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDisplayInfo Retrieves the display information about an item in the result pane.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Protected method TransformPath This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Transforms the path of the display mode.

Top

Thread Safety

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

See Also

Reference

System.Web.WebPages Namespace