







Parse a file and convert into to our own template object code.
Namespace:
HttpServer.Rendering.Tiny
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void Parse( TextReader reader ) |
Visual Basic (Declaration) |
---|
Public Sub Parse ( _ reader As TextReader _ ) |
Visual C++ |
---|
public: virtual void Parse( TextReader^ reader ) sealed |
Parameters
- reader
- Type: System.IO..::.TextReader
A textreader containing our template
Implements
TemplateGenerator..::.Parse(TextReader)
Exceptions
Exception | Condition |
---|---|
HttpServer.Rendering..::.CodeGeneratorException | If something is incorrect in the template. |