AddModifier Method

HttpServer.dll

Modifiers are used to modify the first node on the line. Typical modifiers are attribute lists, class names and IDs.

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

Syntax

C#
public void AddModifier(
	Node node
)
Visual Basic (Declaration)
Public Sub AddModifier ( _
	node As Node _
)
Visual C++
public:
void AddModifier(
	Node^ node
)

Parameters

node
Type: HttpServer.Rendering.Haml.Nodes..::.Node
Modifier node

See Also