Html |
public void WriteAttribute( HtmlAttributeId id, char[] buffer, int index, int count )
| Exception | Condition |
|---|---|
| ArgumentException | id is not a valid HTML attribute identifier. |
| ArgumentNullException | buffer is . |
| ArgumentOutOfRangeException | index is less than zero or greater than the length of buffer. -or- index and count do not specify a valid range in the buffer. |
| InvalidOperationException | The HtmlWriter is not in a state that allows writing attributes. |
| ObjectDisposedException | The HtmlWriter has been disposed. |