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 | |
---|---|---|
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 | |
---|---|---|
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. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.