XhtmlMobileTextWriter.SuppressNewLine Property

Definition

Indicates whether the WriteLine() method should write a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property bool SuppressNewLine { bool get(); void set(bool value); };
public bool SuppressNewLine { get; set; }
member this.SuppressNewLine : bool with get, set
Public Property SuppressNewLine As Boolean

Property Value

true to suppress the line terminator string, or false to write the line terminator string to the output.

Remarks

This property must be initialized by the page adapter, and is used primarily by developers of custom mobile page and control adapters.

Applies to

See also