The members of System.Web.UI.HtmlTextWriter are listed below.
See Also: Inherited members from System.IO.TextWriter
Initializes a new instance of the System.Web.UI.HtmlTextWriter class that uses a default tab string. | ||
Initializes a new instance of the System.Web.UI.HtmlTextWriter class with a specified tab string character. |
const | DefaultTabString | string.
Represents a single tab character. |
const | DoubleQuoteChar | char.
Represents the quotation mark (") character. |
const | EndTagLeftChars | string.
Represents the left angle bracket and slash mark (</) of the closing tag of a markup element. |
const | EqualsChar | char.
Represents the equal sign (=). |
const | EqualsDoubleQuoteString | string.
Represents an equal sign (=) and a double quotation mark (") together in a string (="). |
const | SelfClosingChars | string.
Represents a space and the self-closing slash mark (/) of a markup tag. |
const | SelfClosingTagEnd | string.
Represents the closing slash mark and right angle bracket (/>) of a self-closing markup element. |
const | SemicolonChar | char.
Represents the semicolon (;). |
const | SingleQuoteChar | char.
Represents an apostrophe ('). |
const | SlashChar | char.
Represents the slash mark (/). |
const | SpaceChar | char.
Represents a space ( ) character. |
const | StyleEqualsChar | char.
Represents the style equals (:) character used to set style attributes equal to values. |
const | TagLeftChar | char.
Represents the opening angle bracket (<) of a markup tag. |
const | TagRightChar | char.
Represents the closing angle bracket (>) of a markup tag. |
[read-only] override | Encoding | System.Text.Encoding.
Gets the encoding that the System.Web.UI.HtmlTextWriter object uses to write content to the page. |
Indent | int.
Gets or sets the number of tab positions to indent the beginning of each line of markup. | |
InnerWriter | System.IO.TextWriter.
Gets or sets the text writer that writes the inner content of the markup element. | |
override | NewLine | string.
Gets or sets the line terminator string used by the System.Web.UI.HtmlTextWriter object. |
TagKey | HtmlTextWriterTag.
Gets or sets the System.Web.UI.HtmlTextWriterTag value for the specified markup element. | |
TagName | string.
Gets or sets the tag name of the markup element being rendered. |
AddAttribute(string, string)
| ||
AddAttribute(HtmlTextWriterAttribute, string)
| ||
AddAttribute(string, string, bool)
| ||
AddAttribute(HtmlTextWriterAttribute, string, bool)
| ||
AddStyleAttribute(string, string)
| ||
AddStyleAttribute(HtmlTextWriterStyle, string)
| ||
BeginRender()
| ||
override | Close()
| |
EndRender()
| ||
EnterStyle(System.Web.UI.WebControls.Style)
| ||
EnterStyle(System.Web.UI.WebControls.Style, HtmlTextWriterTag)
| ||
ExitStyle(System.Web.UI.WebControls.Style)
| ||
ExitStyle(System.Web.UI.WebControls.Style, HtmlTextWriterTag)
| ||
override | Flush()
| |
IsValidFormAttribute(string)
| ||
RenderBeginTag(string)
| ||
RenderBeginTag(HtmlTextWriterTag)
| ||
RenderEndTag()
| ||
override | Write(bool)
| |
override | Write(char)
| |
override | Write(char[])
| |
override | Write(double)
| |
override | Write(int)
| |
override | Write(long)
| |
override | Write(object)
| |
override | Write(float)
| |
override | Write(string)
| |
override | Write(string, object)
| |
override | Write(string, params object[])
| |
override | Write(char[], int, int)
| |
override | Write(string, object, object)
| |
WriteAttribute(string, string)
| ||
WriteAttribute(string, string, bool)
| ||
WriteBeginTag(string)
| ||
WriteBreak()
| ||
WriteEncodedText(string)
| ||
WriteEncodedUrl(string)
| ||
WriteEncodedUrlParameter(string)
| ||
WriteEndTag(string)
| ||
WriteFullBeginTag(string)
| ||
override | WriteLine()
| |
override | WriteLine(bool)
| |
override | WriteLine(char)
| |
override | WriteLine(char[])
| |
override | WriteLine(double)
| |
override | WriteLine(int)
| |
override | WriteLine(long)
| |
override | WriteLine(object)
| |
override | WriteLine(float)
| |
override | WriteLine(string)
| |
override | WriteLine(uint)
| |
override | WriteLine(string, object)
| |
override | WriteLine(string, params object[])
| |
override | WriteLine(char[], int, int)
| |
override | WriteLine(string, object, object)
| |
WriteLineNoTabs(string)
| ||
WriteStyleAttribute(string, string)
| ||
WriteStyleAttribute(string, string, bool)
|
AddAttribute(string, string, HtmlTextWriterAttribute)
| ||
AddStyleAttribute(string, string, HtmlTextWriterStyle)
| ||
EncodeAttributeValue(string, bool)
| ||
EncodeAttributeValue(HtmlTextWriterAttribute, string)
| ||
EncodeUrl(string)
| ||
FilterAttributes()
| ||
GetAttributeKey(string)
| ||
GetAttributeName(HtmlTextWriterAttribute)
| ||
GetStyleKey(string)
| ||
GetStyleName(HtmlTextWriterStyle)
| ||
GetTagKey(string)
| ||
GetTagName(HtmlTextWriterTag)
| ||
IsAttributeDefined(HtmlTextWriterAttribute)
| ||
IsAttributeDefined(HtmlTextWriterAttribute, out string)Documentation for this section has not yet been entered. | ||
IsStyleAttributeDefined(HtmlTextWriterStyle)
| ||
IsStyleAttributeDefined(HtmlTextWriterStyle, out string)Documentation for this section has not yet been entered. | ||
OnAttributeRender(string, string, HtmlTextWriterAttribute)
| ||
OnStyleAttributeRender(string, string, HtmlTextWriterStyle)
| ||
OnTagRender(string, HtmlTextWriterTag)
| ||
OutputTabs()
| ||
PopEndTag()
| ||
PushEndTag(string)
| ||
static | RegisterAttribute(string, HtmlTextWriterAttribute)
| |
static | RegisterStyle(string, HtmlTextWriterStyle)
| |
static | RegisterTag(string, HtmlTextWriterTag)
| |
RenderAfterContent()
| ||
RenderAfterTag()
| ||
RenderBeforeContent()
| ||
RenderBeforeTag()
| ||
WriteUrlEncodedString(string, bool)
|