TemplateManager Class

HttpServer.dll

Purpose if this class is to take template objects and keep them in memory. It will also take a filename and the code generator to use if when the template have been changed on disk.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  HttpServer.Rendering..::.TemplateManager

See Also