The Attribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Attribute()()()() |
Initializes a new instance of the Attribute class without a value.
e.g. "selected" attribute on a radio box. | |
| Attribute(String) |
Initializes a new instance of the Attribute class with a value.
|
Methods
| Name | Description | |
|---|---|---|
| Render |
Renders this tag attribute.
|
Properties
| Name | Description | |
|---|---|---|
| Value |
Gets or sets our value.
|