Node Class

HttpServer.dll

A node represents a controller code and contents. For example a html tag, an attribute list or something else.

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

Syntax

C#
public abstract class Node
Visual Basic (Declaration)
Public MustInherit Class Node
Visual C++
public ref class Node abstract

Inheritance Hierarchy

See Also