Parse Method (TextReader)

HttpServer.dll

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

ExceptionCondition
HttpServer.Rendering..::.CodeGeneratorExceptionIf something is incorrect in the template.

See Also