Html |
public void WriteAttribute( string name, char[] buffer, int index, int count )
| Exception | Condition |
|---|---|
| ArgumentNullException | name is . -or- 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. |
| ArgumentException | name is an invalid attribute name. |
| InvalidOperationException | The HtmlWriter is not in a state that allows writing attributes. |
| ObjectDisposedException | The HtmlWriter has been disposed. |