Hyperlink Members
Include Protected Members
Include Inherited Members
Contains the hyperlink address and display information.
The Hyperlink type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Hyperlink | Initializes a new instance of the Hyperlink class. |
Top
Properties
Name | Description | |
---|---|---|
Address | Gets or sets the hyperlink address property. | |
Display | Gets or sets the string representing the hyperlink display property. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares the current hyperlink object with another hyperlink object and returns an integer that indicates whether the current object precedes, follows, or occurs in the same position in the sort order as the other object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToJson | Serializes objects to the JavaScript Object Notation (JSON). | |
ToString | (Inherited from Object.) |
Top