Html |
public void WriteAttributeValue( char[] buffer, int index, int count )
Exception | Condition |
---|---|
ArgumentNullException | buffer is null. |
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 attribute values. |
ObjectDisposedException | The HtmlWriter has been disposed. |