UpWmlMobileTextWriter Properties

 

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_pubpropertyAnalyzeMode

Sets or returns whether the writer is in analyze mode. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from WmlMobileTextWriter.)

System_CAPS_protpropertyCurrentForm

Returns the form currently being rendered. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from WmlMobileTextWriter.)

System_CAPS_protpropertyDefaultFormat

Returns the default character formatting used by the device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from WmlMobileTextWriter.)

System_CAPS_protpropertyDefaultLayout

Returns the default layout used by the device. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from WmlMobileTextWriter.)

System_CAPS_pubpropertyDevice

Retrieves the MobileCapabilities object for the current requesting device. 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.)

System_CAPS_pubpropertyEncoding

Gets the encoding that the HtmlTextWriter object uses to write content to the page.(Inherited from HtmlTextWriter.)

System_CAPS_pubpropertyFormatProvider

Gets an object that controls formatting.(Inherited from TextWriter.)

System_CAPS_pubpropertyIndent

Gets or sets the number of tab positions to indent the beginning of each line of markup.(Inherited from HtmlTextWriter.)

System_CAPS_pubpropertyInnerWriter

Gets or sets the text writer that writes the inner content of the markup element.(Inherited from HtmlTextWriter.)

System_CAPS_pubpropertyNewLine

Gets or sets the line terminator string used by the HtmlTextWriter object.(Inherited from HtmlTextWriter.)

System_CAPS_protpropertyNumberOfSoftkeys

Returns the number of softkeys supported on the device. The default value is 0. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from WmlMobileTextWriter.)

System_CAPS_protpropertyPage

Returns the page associated with the device adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Inherited from WmlMobileTextWriter.)

System_CAPS_protpropertyPendingBreak

Indicates whether the < br > tag needs to be sent 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.(Inherited from WmlMobileTextWriter.)

System_CAPS_pubpropertySupportsMultiPart

Gets a value indicating whether multipart writing is supported. Default is false. 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.)

System_CAPS_protpropertyTagKey

Gets or sets the HtmlTextWriterTag value for the specified markup element.(Inherited from HtmlTextWriter.)

System_CAPS_protpropertyTagName

Gets or sets the tag name of the markup element being rendered.(Inherited from HtmlTextWriter.)

Return to top
Show: