Parse Method (String)

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(
	string fullPath
)
Visual Basic (Declaration)
Sub Parse ( _
	fullPath As String _
)
Visual C++
void Parse(
	String^ fullPath
)

Parameters

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

Exceptions

See Also