







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# |
---|
protected LinkedList<Node> Modifiers { get; } |
Visual Basic (Declaration) |
---|
Protected ReadOnly Property Modifiers As LinkedList(Of Node) |
Visual C++ |
---|
protected: property LinkedList<Node^>^ Modifiers { LinkedList<Node^>^ get (); } |