XhtmlMobileTextWriter Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| CacheKey | Gets the unique key used to retrieve items from the Cache. |
| CustomBodyStyles | Gets and sets custom style settings for the body of the page. |
| Device | Retrieves the MobileCapabilities object for the current requesting device. (inherited from MobileTextWriter) |
| Encoding | Gets the encoding that the HtmlTextWriter object uses to write content to the page. (inherited from HtmlTextWriter) |
| 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. (inherited from HtmlTextWriter) |
| InnerWriter | Gets or sets the text writer that writes the inner content of the markup element. (inherited from HtmlTextWriter) |
| NewLine | Gets or sets the line terminator string used by the HtmlTextWriter object. (inherited from HtmlTextWriter) |
| SessionKey | Gets the key used to retrieve items from the Session. |
| SupportsMultiPart | Gets a value indicating whether multipart writing is supported. Default is false. (inherited from MobileTextWriter) |
| SupportsNoWrapStyle | Indicates whether the target device supports the "white-space: nowrap;" style-sheet attribute. |
| SuppressNewLine | Indicates whether the WriteLine method should write a line terminator string to the output stream. |
| UseDivsForBreaks | Indicates whether to use <div> tags for line breaks rather than <br/> tags when writing line terminators. |
| Name | Description | |
|---|---|---|
| TagKey | Gets or sets the HtmlTextWriterTag value for the specified markup element. (inherited from HtmlTextWriter) |
| TagName | Gets or sets the tag name of the markup element being rendered. (inherited from HtmlTextWriter) |
Reference
XhtmlMobileTextWriter ClassSystem.Web.UI.MobileControls.Adapters.XhtmlAdapters Namespace
MobileTextWriter
MultiPartWriter
HtmlTextWriterAttribute
HtmlTextWriterStyle
Other Resources
ASP.NET and XHTML ComplianceArchitectural Overview of Adaptive Rendering
Introduction to Device Filtering in ASP.NET
Community Additions
ADD
Show: