HttpServer.Rendering.Haml.Nodes Namespace
From HttpServer.dll
[Missing <summary> documentation for N:HttpServer.Rendering.Haml.Nodes]
Classes
| Class | Description | |
|---|---|---|
| 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.
|