







![]() ![]() |
C# Webserver |
TemplateGenerator..::.Parse Method (TextReader) |
TemplateGenerator Interface See Also Send Feedback |
Parse a file and convert into to our own template object code.
Namespace:
HttpServer.Rendering
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
void Parse( TextReader reader ) |
Visual Basic (Declaration) |
---|
Sub Parse ( _ reader As TextReader _ ) |
Visual C++ |
---|
void Parse( TextReader^ reader ) |
Parameters
- reader
- Type: System.IO..::.TextReader
A textreader containing our template
Exceptions
Exception | Condition |
---|---|
HttpServer.Rendering..::.CodeGeneratorException | If something is incorrect in the template. |