TemplateGenerator Interface

HttpServer.dll

A code generator is used to convert template code to something that we can work with, as html or c# code.

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

Syntax

C#
public interface TemplateGenerator
Visual Basic (Declaration)
Public Interface TemplateGenerator
Visual C++
public interface class TemplateGenerator

See Also