HtmlTagContext.AttributeCollection.Enumerator members
The HtmlTagContext.AttributeCollection.Enumerator class provides methods that allow you to iterate over a collection of HtmlTagContextAttribute structures.
The HtmlTagContext.AttributeCollection.Enumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | The Current property gets the current HtmlTagContextAttribute structure. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by HtmlTagContext.AttributeCollection.Enumerator. | |
MoveNext | The MoveNext method moves the current position to the next HtmlTagContextAttribute structure. |
Top