TemplateCompiler Class

HttpServer.dll

The compiler is responsible of creating a render object which can be cached and used over and over again.

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

Syntax

C#
public class TemplateCompiler
Visual Basic (Declaration)
Public Class TemplateCompiler
Visual C++
public ref class TemplateCompiler

Inheritance Hierarchy

System..::.Object
  HttpServer.Rendering..::.TemplateCompiler

See Also