AttributeNode.Attribute Members
From HttpServer.dll
| C# Webserver |
| AttributeNode..::.Attribute Members |
| AttributeNode..::.Attribute Class Constructors Methods Fields See Also Send Feedback |
Contains HTML attributes.
The AttributeNode..::.Attribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AttributeNode..::.Attribute | Initializes a new instance of the AttributeNode..::.Attribute class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Name |
Name of the attribute
| |
| Simple |
value is a simple word or quoted text
| |
| Value |
Value, can be a statement, variable or quoted text.
|