Parse Method (String)

HttpServer.dll

Parse a file and convert into to our own template object code.

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

Syntax

C#
public void Parse(
	string fullPath
)
Visual Basic (Declaration)
Public Sub Parse ( _
	fullPath As String _
)
Visual C++
public:
virtual void Parse(
	String^ fullPath
) sealed

Parameters

fullPath
Type: System..::.String
Path and filename to a template

Implements

TemplateGenerator..::.Parse(String)

Exceptions

See Also