XhtmlMobileTextWriter Properties

(see also Protected Properties )
  Name Description
Public property CacheKey Gets the unique key used to retrieve items from the Cache.
Public property CustomBodyStyles Gets and sets custom style settings for the body of the page.
Public property Device  Retrieves the MobileCapabilities object for the current requesting device. (Inherited from MobileTextWriter.)
Public property Encoding  Gets the encoding that the HtmlTextWriter object uses to write content to the page. (Inherited from HtmlTextWriter.)
Public property FormatProvider  Gets an object that controls formatting. (Inherited from TextWriter.)
Public property Indent  Gets or sets the number of tab positions to indent the beginning of each line of markup. (Inherited from HtmlTextWriter.)
Public property InnerWriter  Gets or sets the text writer that writes the inner content of the markup element. (Inherited from HtmlTextWriter.)
Public property NewLine  Gets or sets the line terminator string used by the HtmlTextWriter object. (Inherited from HtmlTextWriter.)
Public property SessionKey Gets the key used to retrieve items from the Session.
Public property SupportsMultiPart  [To be supplied.] (Inherited from MobileTextWriter.)
Public property SupportsNoWrapStyle Indicates whether the target device supports the "white-space: nowrap;" style-sheet attribute.
Public property SuppressNewLine Indicates whether the WriteLine method should write a line terminator string to the output stream.
Public property UseDivsForBreaks Indicates whether to use <div> tags for line breaks rather than <br/> tags when writing line terminators.
Top

  Name Description
Protected property TagKey  Gets or sets the HtmlTextWriterTag value for the specified markup element. (Inherited from HtmlTextWriter.)
Protected property TagName  Gets or sets the tag name of the markup element being rendered. (Inherited from HtmlTextWriter.)
Top

Community Additions

ADD
Show: