Title Property

HttpServer.dll

Page title (are added as a paramter to the layout template, use it in <title> html tag.

Namespace:  HttpServer.Controllers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Title { get; set; }
Visual Basic (Declaration)
Public Property Title As String
Visual C++
public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}

See Also