GetCode Method

HttpServer.dll

Helper function to retrieve the code for the partial request

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

Syntax

C#
protected string GetCode()
Visual Basic (Declaration)
Protected Function GetCode As String
Visual C++
protected:
String^ GetCode()

Return Value

A string representing the code for invocating a render of the partial

Exceptions

See Also