Target Property

HttpServer.dll

Returns the page/controller target for the node

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

Syntax

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

See Also