Html |
public void WriteAttributeName( HtmlAttributeId id )
Exception | Condition |
---|---|
ArgumentException | id is not a valid HTML attribute identifier. |
InvalidOperationException | The HtmlWriter is not in a state that allows writing attributes. |
ObjectDisposedException | The HtmlWriter has been disposed. |