SelfClosed Property

HttpServer.dll

True if node is selfclosed (i.e. <br />)

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

Syntax

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

See Also