This documentation is archived and is not being maintained.
HtmlTextWriter Members
Visual Studio 2008
Writes markup characters and text to an ASP.NET server control output stream. This class provides formatting capabilities that ASP.NET server controls use when rendering markup to clients.
The HtmlTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
HtmlTextWriter | Overloaded. Initializes a new instance of the HtmlTextWriter class. |
| Name | Description | |
|---|---|---|
|
AddAttribute | Overloaded. Adds the specified markup attribute and value to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method. |
|
AddStyleAttribute | Overloaded. Adds a markup style attribute to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method. |
|
BeginRender | Notifies an HtmlTextWriter object, or an object of a derived class, that a control is about to be rendered. |
|
Close | Closes the HtmlTextWriter object and releases any system resources associated with it. (Overrides TextWriter::Close().) |
|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
Dispose | Overloaded. Releases all resources used by the TextWriter object. |
|
EncodeAttributeValue | Overloaded. Encodes the value of the specified markup attribute based on the requirements of the HttpRequest object of the current context. |
|
EncodeUrl | Performs minimal URL encoding by converting spaces in the specified URL to the string "%20". |
|
EndRender | Notifies an HtmlTextWriter object, or an object of a derived class, that a control has finished rendering. You can use this method to close any markup elements opened in the BeginRender method. |
|
EnterStyle | Overloaded. Writes the opening tag of a markup element that contains attributes that implement the layout and character formatting of the specified style. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
ExitStyle | Overloaded. Writes the closing tag of a markup element to end the specified layout and character formatting. |
|
FilterAttributes | Removes all the markup and style attributes on all properties of the page or Web server control. |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
Flush | Clears all buffers for the current HtmlTextWriter object and causes any buffered data to be written to the output stream. (Overrides TextWriter::Flush().) |
|
GetAttributeKey | Obtains the corresponding HtmlTextWriterAttribute enumeration value for the specified attribute. |
|
GetAttributeName | Obtains the name of the markup attribute associated with the specified HtmlTextWriterAttribute value. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
GetStyleKey | Obtains the HtmlTextWriterStyle enumeration value for the specified style. |
|
GetStyleName | Obtains the markup style attribute name associated with the specified HtmlTextWriterStyle enumeration value. |
|
GetTagKey | Obtains the HtmlTextWriterTag enumeration value associated with the specified markup element. |
|
GetTagName | Obtains the markup element associated with the specified HtmlTextWriterTag enumeration value. |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
IsAttributeDefined | Overloaded. Determines whether the specified markup attribute and its value are rendered during the next call to the RenderBeginTag method. |
|
IsStyleAttributeDefined | Overloaded. Determines whether a markup style attribute is rendered during the next call to the RenderBeginTag method. |
|
IsValidFormAttribute | Checks an attribute to ensure that it can be rendered in the opening tag of a <form> markup element. |
|
MemberwiseClone | Overloaded. |
|
OnAttributeRender | Determines whether the specified markup attribute and its value can be rendered to the current markup element. |
|
OnStyleAttributeRender | Determines whether the specified markup style attribute and its value can be rendered to the current markup element. |
|
OnTagRender | Determines whether the specified markup element will be rendered to the requesting page. |
|
OutputTabs | Writes a series of tab strings that represent the indentation level for a line of markup characters. |
|
PopEndTag | Removes the most recently saved markup element from the list of rendered elements. |
|
PushEndTag | Saves the specified markup element for later use when generating the end tag for a markup element. |
|
RegisterAttribute | Registers markup attributes, whether literals or dynamically generated, from the source file so that they can be properly rendered to the requesting client. |
|
RegisterStyle | Registers markup style properties, whether literals or dynamically generated, from the source file so that they can be properly rendered to the requesting client. |
|
RegisterTag | Registers markup tags, whether literals or dynamically generated, from the source file so that they can be properly rendered to the requesting client. |
|
RenderAfterContent | Writes any text or spacing that occurs after the content and before the closing tag of the markup element to the markup output stream. |
|
RenderAfterTag | Writes any spacing or text that occurs after the closing tag for a markup element. |
|
RenderBeforeContent | Writes any text or spacing before the content and after the opening tag of a markup element. |
|
RenderBeforeTag | Writes any text or spacing that occurs before the opening tag of a markup element. |
|
RenderBeginTag | Overloaded. Writes the opening tag of a markup element to the output stream. |
|
RenderEndTag | Writes the end tag of a markup element to the output stream. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Write | Overloaded. Writes the specified data type to the output stream, along with any pending tab spacing. |
|
WriteAttribute | Overloaded. Writes a markup attribute and its value to the output stream. |
|
WriteBeginTag | Writes any tab spacing and the opening tag of the specified markup element to the output stream. |
|
WriteBreak | Writes a <br /> markup element to the output stream. |
|
WriteEncodedText | Encodes the specified text for the requesting device, and then writes it to the output stream. |
|
WriteEncodedUrl | Encodes the specified URL, and then writes it to the output stream. The URL might include parameters. |
|
WriteEncodedUrlParameter | Encodes the specified URL parameter for the requesting device, and then writes it to the output stream. |
|
WriteEndTag | Writes any tab spacing and the closing tag of the specified markup element. |
|
WriteFullBeginTag | Writes any tab spacing and the opening tag of the specified markup element to the output stream. |
|
WriteLine | Overloaded. Writes data to an HtmlTextWriter output stream, as specified by the overloaded parameters, followed by a line terminator string. All versions of this method write any pending tab spacing to the output stream. |
|
WriteLineNoTabs | Writes a string, followed by a line terminator string, to the output stream. This method ignores any specified tab spacing. |
|
WriteStyleAttribute | Overloaded. Writes a style attribute and its value to the output stream. |
|
WriteUrlEncodedString | Writes the specified string, encoding it according to URL requirements. |
| Name | Description | |
|---|---|---|
|
CoreNewLine | Stores the new line characters used for this TextWriter. (Inherited from TextWriter.) |
|
DefaultTabString | Represents a single tab character. |
|
DoubleQuoteChar | Represents the quotation mark (") character. |
|
EndTagLeftChars | Represents the left angle bracket and slash mark (</) of the closing tag of a markup element. |
|
EqualsChar | Represents the equal sign (=). |
|
EqualsDoubleQuoteString | Represents an equal sign (=) and a double quotation mark (") together in a string (="). |
|
SelfClosingChars | Represents a space and the self-closing slash mark (/) of a markup tag. |
|
SelfClosingTagEnd | Represents the closing slash mark and right angle bracket (/>) of a self-closing markup element. |
|
SemicolonChar | Represents the semicolon (;). |
|
SingleQuoteChar | Represents an apostrophe ('). |
|
SlashChar | Represents the slash mark (/). |
|
SpaceChar | Represents a space ( ) character. |
|
StyleEqualsChar | Represents the style equals (:) character used to set style attributes equal to values. |
|
TagLeftChar | Represents the opening angle bracket (<) of a markup tag. |
|
TagRightChar | Represents the closing angle bracket (>) of a markup tag. |
| Name | Description | |
|---|---|---|
|
Encoding | Gets the encoding that the HtmlTextWriter object uses to write content to the page. (Overrides TextWriter::Encoding.) |
|
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. |
|
InnerWriter | Gets or sets the text writer that writes the inner content of the markup element. |
|
NewLine | Gets or sets the line terminator string used by the HtmlTextWriter object. (Overrides TextWriter::NewLine.) |
|
TagKey | Gets or sets the HtmlTextWriterTag value for the specified markup element. |
|
TagName | Gets or sets the tag name of the markup element being rendered. |
| Name | Description | |
|---|---|---|
|
IDisposable::Dispose | For a description of this member, see IDisposable::Dispose. (Inherited from TextWriter.) |
Show: