UnparsedData Property

HttpServer.dll

Untouched line text

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

Syntax

C#
public string UnparsedData { get; }
Visual Basic (Declaration)
Public ReadOnly Property UnparsedData As String
Visual C++
public:
property String^ UnparsedData {
	String^ get ();
}

See Also