DisplayCodeNode Class

HttpServer.dll

The follow node allows users to display code in a haml document

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

Syntax

C#
public class DisplayCodeNode : ChildNode
Visual Basic (Declaration)
Public Class DisplayCodeNode _
	Inherits ChildNode
Visual C++
public ref class DisplayCodeNode : public ChildNode

Examples

#main Welcome =user.FirstName

Inheritance Hierarchy

System..::.Object
  HttpServer.Rendering.Haml.Nodes..::.Node
    HttpServer.Rendering.Haml.Nodes..::.ChildNode
      HttpServer.Rendering.Haml.Nodes..::.DisplayCodeNode

See Also