Version:
WriteInnerHtml(System.IO.TextWriter writer) Method
Writes the description as HTML.
Syntax
protected
void WriteInnerHtml(System.IO.TextWriter writer)
Parameters
- writer
- Type: System.IO.TextWriter
System.IO.TextWriter instance to write the description to.
Exceptions
System.ArgumentNullException
|
writer is null (Nothing in Visual Basic).
|