WhiteSpaces Property

HttpServer.dll

Number of whitespaces before actual entry beings.

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

Syntax

C#
public int WhiteSpaces { get; }
Visual Basic (Declaration)
Public ReadOnly Property WhiteSpaces As Integer
Visual C++
public:
property int WhiteSpaces {
	int get ();
}

See Also