AppendNextLine Property

HttpServer.dll

If the next line should be appended to us (multi line)

Namespace:  HttpServer.Rendering.Haml
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AppendNextLine { get; set; }
Visual Basic (Declaration)
Public Property AppendNextLine As Boolean
Visual C++
public:
property bool AppendNextLine {
	bool get ();
	void set (bool value);
}

See Also