







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
| Exception | Condition |
|---|---|
| HttpServer.Rendering..::.CodeGeneratorException | If something is incorrect in the template. |
| System.IO..::.FileNotFoundException | |
| System.IO..::.DirectoryNotFoundException | |
| System..::.UnauthorizedAccessException | |
| System.IO..::.PathTooLongException | |
| System..::.NotSupportedException | |
| System..::.ArgumentException |
