DisplayInfo Class

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

Represents a property’s display information.

Inheritance Hierarchy

System.Object
  System.Web.WebPages.DisplayInfo

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

Syntax

'Declaration
Public Class DisplayInfo
'Usage
Dim instance As DisplayInfo
public class DisplayInfo
public ref class DisplayInfo
type DisplayInfo =  class end
public class DisplayInfo

The DisplayInfo type exposes the following members.

Constructors

  Name Description
Public method DisplayInfo 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 DisplayInfo class.

Top

Properties

  Name Description
Public property DisplayMode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the active display mode for a Web page.
Public property FilePath This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the virtual path of the current Web page.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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