HamlGenerator Class

HttpServer.dll

Generates C#/HTML from haml code. Haml doc: http://haml.hamptoncatlin.com/docs/rdoc/classes/Haml.html

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

Syntax

C#
public class HamlGenerator : TemplateGenerator
Visual Basic (Declaration)
Public Class HamlGenerator _
	Implements TemplateGenerator
Visual C++
public ref class HamlGenerator : TemplateGenerator

Inheritance Hierarchy

System..::.Object
  HttpServer.Rendering.Haml..::.HamlGenerator

See Also