HttpServer.Rendering.Haml.Nodes Namespace

HttpServer.dll

[Missing <summary> documentation for N:HttpServer.Rendering.Haml.Nodes]

Classes

  ClassDescription
AttributeNode
Contains HTML attributes.
AttributeNode..::.Attribute
A attribute
ChildNode
Child nodes may not be the first node on a line
DisplayCodeNode
The follow node allows users to display code in a haml document
Node
A node represents a controller code and contents. For example a html tag, an attribute list or something else.
PartialNode
A partial is a HAML template that is inserted into other HAML templates.
TagNode
Represents a HTML tag.
TextNode
A text only node.