XhtmlTextWriter Properties
.NET Framework 2.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Encoding |
Gets the encoding that the HtmlTextWriter object uses to write content to the page.
(inherited from
HtmlTextWriter)
|
| FormatProvider |
Gets an object that controls formatting.
(inherited from
TextWriter)
|
| Indent |
Gets or sets the number of tab positions to indent the beginning of each line of markup.
(inherited from
HtmlTextWriter)
|
| InnerWriter |
Gets or sets the text writer that writes the inner content of the markup element.
(inherited from
HtmlTextWriter)
|
| NewLine |
Gets or sets the line terminator string used by the HtmlTextWriter object.
(inherited from
HtmlTextWriter)
|
| Name | Description | |
|---|---|---|
| CommonAttributes |
Gets a Hashtable object containing common attributes of the markup tags for the XhtmlTextWriter object.
|
| ElementSpecificAttributes |
Gets a Hashtable object containing element-specific attributes.
|
| SuppressCommonAttributes |
Gets a Hashtable object of elements for which CommonAttributes attributes are suppressed.
|
| TagKey |
Gets or sets the HtmlTextWriterTag value for the specified markup element.
(inherited from
HtmlTextWriter)
|
| TagName |
Gets or sets the tag name of the markup element being rendered.
(inherited from
HtmlTextWriter)
|
Community Additions
ADD
Show: