This documentation is archived and is not being maintained.
WmlMobileTextWriter Methods
Visual Studio 2010
The WmlMobileTextWriter type exposes the following members.
| Name | Description | |
|---|---|---|
|
AddAttribute(HtmlTextWriterAttribute, String) | Adds the markup attribute and the attribute value to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method. (Inherited from HtmlTextWriter.) |
|
AddAttribute(String, String) | 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. (Inherited from HtmlTextWriter.) |
|
AddAttribute(HtmlTextWriterAttribute, String, Boolean) | Adds the markup attribute and the attribute value to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method, with optional encoding. (Inherited from HtmlTextWriter.) |
|
AddAttribute(String, String, Boolean) | 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, with optional encoding. (Inherited from HtmlTextWriter.) |
|
AddAttribute(String, String, HtmlTextWriterAttribute) | Adds the specified markup attribute and value, along with an HtmlTextWriterAttribute enumeration value, to the opening tag of the element that the HtmlTextWriter object creates with a subsequent call to the RenderBeginTag method. (Inherited from HtmlTextWriter.) |
|
AddFormVariable | Adds a variable to be initialized when the browser renders the form. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
AddResource(String) | Adds a resource reference to the given URL, with the optional MIME type for the specified content. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MultiPartWriter.) |
|
AddResource(String, String) | Adds a resource reference to the given URL, with the optional MIME type for the specified content. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
AddStyleAttribute(HtmlTextWriterStyle, String) | Adds the markup style attribute associated with the specified HtmlTextWriterStyle value and the attribute value to the opening markup tag created by a subsequent call to the RenderBeginTag method. (Inherited from HtmlTextWriter.) |
|
AddStyleAttribute(String, String) | Adds the specified markup style attribute and the attribute value to the opening markup tag created by a subsequent call to the RenderBeginTag method. (Inherited from HtmlTextWriter.) |
|
AddStyleAttribute(String, String, HtmlTextWriterStyle) | Adds the specified markup style attribute and the attribute value, along with an HtmlTextWriterStyle enumeration value, to the opening markup tag created by a subsequent call to the RenderBeginTag method. (Inherited from HtmlTextWriter.) |
|
AnalyzePostBack | Analyzes a single postback. Called internally by the writer and inherited classes. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
BeginCustomMarkup | Begins a custom markup section. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
BeginFile | Begins a response file. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
BeginForm | Begins the given form. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
BeginRender | Notifies an HtmlTextWriter object, or an object of a derived class, that a control is about to be rendered. (Inherited from HtmlTextWriter.) |
|
BeginResponse | Begins a response. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
CalculateFormPostBackUrl | Returns the calculated URL required to post the form to the server. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
CalculateFormQueryString | Returns the query string to add to the URL to post the form to the server. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
Close | Closes the HtmlTextWriter object and releases any system resources associated with it. (Inherited from HtmlTextWriter.) |
|
CloseCharacterFormat | Closes any currently open character formatting tags. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
CloseParagraph | Closes an open paragraph. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
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() | Releases all resources used by the TextWriter object. (Inherited from TextWriter.) |
|
Dispose(Boolean) | Releases the unmanaged resources used by the TextWriter and optionally releases the managed resources. (Inherited from TextWriter.) |
|
EncodeAttributeValue(HtmlTextWriterAttribute, String) | Encodes the value of the specified markup attribute based on the requirements of the HttpRequest object of the current context. (Inherited from HtmlTextWriter.) |
|
EncodeAttributeValue(String, Boolean) | Encodes the value of the specified markup attribute based on the requirements of the HttpRequest object of the current context. (Inherited from HtmlTextWriter.) |
|
EncodeUrl | Performs minimal URL encoding by converting spaces in the specified URL to the string "%20". (Inherited from HtmlTextWriter.) |
|
EndCustomMarkup | Ends a custom markup section. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
EndFile | Ends a response file. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
EndForm | Ends the current form. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
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. (Inherited from HtmlTextWriter.) |
|
EndResponse | Ends a response. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
EnsureFormat | Ensures that character formatting tags corresponding to the current format have been written. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
EnsureLayout | Ensures that a < p > tag corresponding to the current layout has been written. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
EnterFormat | Begins a block by using the character formatting from a specified style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides MobileTextWriter::EnterFormat(Style).) |
|
EnterLayout | Begins a block by using the formatting from a given style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides MobileTextWriter::EnterLayout(Style).) |
|
EnterStyle(Style) | Writes the opening tag of a <span> element that contains attributes that implement the layout and character formatting of the specified style. (Inherited from HtmlTextWriter.) |
|
EnterStyle(Style) | Begins a block by using the layout and character formatting from a given style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
EnterStyle(Style, HtmlTextWriterTag) | Writes the opening tag of a markup element that contains attributes that implement the layout and character formatting of the specified style. (Inherited from HtmlTextWriter.) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
ExitFormat(Style) | Ends a block that has been using the character formatting from a specified style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides MobileTextWriter::ExitFormat(Style).) |
|
ExitFormat(Style, Boolean) | Ends a block that has been using the character formatting from a specified style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
ExitLayout(Style) | Ends a block by using the formatting from a given style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
ExitLayout(Style, Boolean) | Ends a block by using the formatting from a given style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides MobileTextWriter::ExitLayout(Style, Boolean).) |
|
ExitStyle(Style) | Writes the closing tag of a <span> element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.) |
|
ExitStyle(Style) | Ends a block that has been using the layout and character formatting from a given style. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MobileTextWriter.) |
|
ExitStyle(Style, HtmlTextWriterTag) | Writes the closing tag of the specified markup element to end the specified layout and character formatting. (Inherited from HtmlTextWriter.) |
|
FilterAttributes | Removes all the markup and style attributes on all properties of the page or Web server control. (Inherited from HtmlTextWriter.) |
|
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. (Inherited from HtmlTextWriter.) |
|
GetAttributeKey | Obtains the corresponding HtmlTextWriterAttribute enumeration value for the specified attribute. (Inherited from HtmlTextWriter.) |
|
GetAttributeName | Obtains the name of the markup attribute associated with the specified HtmlTextWriterAttribute value. (Inherited from HtmlTextWriter.) |
|
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. (Inherited from HtmlTextWriter.) |
|
GetStyleName | Obtains the markup style attribute name associated with the specified HtmlTextWriterStyle enumeration value. (Inherited from HtmlTextWriter.) |
|
GetTagKey | Obtains the HtmlTextWriterTag enumeration value associated with the specified markup element. (Inherited from HtmlTextWriter.) |
|
GetTagName | Obtains the markup element associated with the specified HtmlTextWriterTag enumeration value. (Inherited from HtmlTextWriter.) |
|
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(HtmlTextWriterAttribute) | Determines whether the specified markup attribute and its value are rendered during the next call to the RenderBeginTag method. (Inherited from HtmlTextWriter.) |
|
IsAttributeDefined(HtmlTextWriterAttribute, String%) | Determines whether the specified markup attribute and its value are rendered during the next call to the RenderBeginTag method. (Inherited from HtmlTextWriter.) |
|
IsStyleAttributeDefined(HtmlTextWriterStyle) | Determines whether the specified markup style attribute is rendered during the next call to the RenderBeginTag method. (Inherited from HtmlTextWriter.) |
|
IsStyleAttributeDefined(HtmlTextWriterStyle, String%) | Determines whether the specified markup style attribute and its value are rendered during the next call to the RenderBeginTag method. (Inherited from HtmlTextWriter.) |
|
IsValidFormAttribute | Checks an attribute to ensure that it can be rendered in the opening tag of a <form> markup element. (Inherited from HtmlTextWriter.) |
|
IsValidSoftkeyLabel | Returns whether the given string is a valid softkey label for the target device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
MapClientIDToShortName | Maps the client ID of a control to a short name to be used in rendering on the form. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
NewUrl | Generates a unique URL. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Inherited from MultiPartWriter.) |
|
OnAttributeRender | Determines whether the specified markup attribute and its value can be rendered to the current markup element. (Inherited from HtmlTextWriter.) |
|
OnStyleAttributeRender | Determines whether the specified markup style attribute and its value can be rendered to the current markup element. (Inherited from HtmlTextWriter.) |
|
OnTagRender | Determines whether the specified markup element will be rendered to the requesting page. (Inherited from HtmlTextWriter.) |
|
OpenCharacterFormat | Opens character formatting tags for the given format. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
OpenParagraph | Opens a paragraph with the given layout. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
OutputTabs | Writes a series of tab strings that represent the indentation level for a line of markup characters. (Inherited from HtmlTextWriter.) |
|
PopEndTag | Removes the most recently saved markup element from the list of rendered elements. (Inherited from HtmlTextWriter.) |
|
PostAnalyzeForm | Analyzes a form after it is completed during the analyze phase. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
PushEndTag | Saves the specified markup element for later use when generating the end tag for a markup element. (Inherited from HtmlTextWriter.) |
|
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. (Inherited from HtmlTextWriter.) |
|
RenderAfterTag | Writes any spacing or text that occurs after the closing tag for a markup element. (Inherited from HtmlTextWriter.) |
|
RenderBeforeContent | Writes any text or spacing before the content and after the opening tag of a markup element. (Inherited from HtmlTextWriter.) |
|
RenderBeforeTag | Writes any text or spacing that occurs before the opening tag of a markup element. (Inherited from HtmlTextWriter.) |
|
RenderBeginForm | Renders the beginning of a form. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderBeginHyperlink | Begins rendering a hyperlink element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderBeginPostBack | Begins the rendering of a postback. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderBeginSelect | Begins rendering a selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderBeginTag(HtmlTextWriterTag) | Writes the opening tag of the markup element associated with the specified HtmlTextWriterTag enumeration value to the output stream. (Inherited from HtmlTextWriter.) |
|
RenderBeginTag(String) | Writes the opening tag of the specified markup element to the output stream. (Inherited from HtmlTextWriter.) |
|
RenderDoEvent | Renders a < do > event. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderEndForm | Completes rendering of a form. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderEndHyperlink | Completes the rendering of a hyperlink element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderEndPostBack | Completes the rendering of a postback. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderEndSelect | Completes rendering a selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderEndTag | Writes the end tag of a markup element to the output stream. (Inherited from HtmlTextWriter.) |
|
RenderExtraCards | Renders any extra cards that the writer needs to send to the browser. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderFormDoEvent | Renders a < do > event for the current form. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderGoAction | Renders a < go > action. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderImage | Renders an image element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderSelectOption(String) | Renders a single option within a selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderSelectOption(String, String) | Renders a single option within a selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderText(String) | Renders a text element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderText(String, Boolean) | Renders a text element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderText(String, Boolean, Boolean) | Renders a text element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
RenderTextBox | Renders a text-box element. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
ResetFormattingState | Resets the character formatting. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UsePostBackCard | Whether the writer must use an additional card for postbacks. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
Write(Boolean) | Writes the text representation of a Boolean value to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(Char) | Writes the text representation of a Unicode character to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(array<Char>) | Writes the text representation of an array of Unicode characters to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(Decimal) | Writes the text representation of a decimal value to the text stream. (Inherited from TextWriter.) |
|
Write(Double) | Writes the text representation of a double-precision floating-point number to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(Int32) | Writes the text representation of a 32-byte signed integer to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(Int64) | Writes the text representation of a 64-byte signed integer to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(Object) | Writes the text representation of an object to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(Single) | Writes the text representation of a single-precision floating-point number to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(String) | Writes the specified string to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(UInt32) | Writes the text representation of a 4-byte unsigned integer to the text stream. (Inherited from TextWriter.) |
|
Write(UInt64) | Writes the text representation of an 8-byte unsigned integer to the text stream. (Inherited from TextWriter.) |
|
Write(String, Object) | Writes a tab string and a formatted string to the output stream, using the same semantics as the String::Format method, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(String, array<Object>) | Writes a formatted string that contains the text representation of an object array to the output stream, along with any pending tab spacing. This method uses the same semantics as the String::Format method. (Inherited from HtmlTextWriter.) |
|
Write(array<Char>, Int32, Int32) | Writes the text representation of a subarray of Unicode characters to the output stream, along with any pending tab spacing. (Inherited from HtmlTextWriter.) |
|
Write(String, Object, Object) | Writes a formatted string that contains the text representation of two objects to the output stream, along with any pending tab spacing. This method uses the same semantics as the String::Format method. (Inherited from HtmlTextWriter.) |
|
Write(String, Object, Object, Object) | Writes out a formatted string, using the same semantics as String::Format. (Inherited from TextWriter.) |
|
WriteAttribute(String, String) | Writes the specified markup attribute and value to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteAttribute(String, String, Boolean) | Writes a markup attribute and its value to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteAttribute(String, String, Boolean).) |
|
WriteBeginTag | Writes any tab spacing and the opening tag of the specified markup element to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteBreak | Writes a line break. |
|
WriteEncodedText | Encodes the specified text for the requesting device, and then writes it to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteEncodedText(String).) |
|
WriteEncodedUrl | Encodes the specified URL, and then writes it to the output stream. The URL might include parameters. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteEncodedUrl(String).) |
|
WriteEncodedUrlParameter | Encodes the specified URL parameter for the requesting device, and then writes it to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteEndTag | Writes any tab spacing and the closing tag of the specified markup element. (Inherited from HtmlTextWriter.) |
|
WriteFullBeginTag | Writes any tab spacing and the opening tag of the specified markup element to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine() | Writes a line terminator string to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(Boolean) | Writes any pending tab spacing and the text representation of a Boolean value, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(Char) | Writes any pending tab spacing and a Unicode character, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(array<Char>) | Writes any pending tab spacing and an array of Unicode characters, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(Decimal) | Writes the text representation of a decimal value followed by a line terminator to the text stream. (Inherited from TextWriter.) |
|
WriteLine(Double) | Writes any pending tab spacing and the text representation of a double-precision floating-point number, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(Int32) | Writes any pending tab spacing and the text representation of a 32-byte signed integer, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(Int64) | Writes any pending tab spacing and the text representation of a 64-byte signed integer, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(Object) | Writes any pending tab spacing and the text representation of an object, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(Single) | Writes any pending tab spacing and the text representation of a single-precision floating-point number, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(String) | Writes any pending tab spacing and a text string, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(UInt32) | Writes any pending tab spacing and the text representation of a 4-byte unsigned integer, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(UInt64) | Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text stream. (Inherited from TextWriter.) |
|
WriteLine(String, Object) | Writes any pending tab spacing and a formatted string containing the text representation of an object, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(String, array<Object>) | Writes any pending tab spacing and a formatted string that contains the text representation of an object array, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(array<Char>, Int32, Int32) | Writes any pending tab spacing and a subarray of Unicode characters, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(String, Object, Object) | Writes any pending tab spacing and a formatted string that contains the text representation of two objects, followed by a line terminator string, to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteLine(String, Object, Object, Object) | Writes out a formatted string and a new line, using the same semantics as Format. (Inherited from TextWriter.) |
|
WriteLineNoTabs | Writes a string, followed by a line terminator string, to the output stream. This method ignores any specified tab spacing. (Inherited from HtmlTextWriter.) |
|
WritePostField(String, String) | Writes a < postfield > element, using the provided parameters. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
WritePostField(String, String, WmlPostFieldType) | Writes a < postfield > element, treating the value as specified by the type parameter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
WritePostFieldVariable | Writes a post field, treating the arg parameter as a variable name. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
WriteStyleAttribute(String, String) | Writes the specified style attribute to the output stream. (Inherited from HtmlTextWriter.) |
|
WriteStyleAttribute(String, String, Boolean) | Writes the specified style attribute and value to the output stream, and encodes the value, if specified. (Inherited from HtmlTextWriter.) |
|
WriteText | Writes the given text, encoding it if desired. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
WriteTextEncodedAttribute | Writes the given attribute, encoding the value by using WML text encoding. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. |
|
WriteUrlEncodedString | Writes the specified string, encoding it according to URL requirements. (Inherited from HtmlTextWriter.) |
Show: