PreParse Method

HttpServer.dll

PreParse goes through the text add handles intendation and all multiline cases.

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

Syntax

C#
protected void PreParse(
	TextReader reader
)
Visual Basic (Declaration)
Protected Sub PreParse ( _
	reader As TextReader _
)
Visual C++
protected:
void PreParse(
	TextReader^ reader
)

Parameters

reader
Type: System.IO..::.TextReader
Reader contaning the text

See Also