Gets or sets the page template title. You should set this in your Configure() method override.
Namespace: Composite.AspNet.RazorAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public string TemplateTitle { get; protected set; } |
| Visual Basic |
|---|
Public Property TemplateTitle As String Get Protected Set |
| Visual C++ |
|---|
public: virtual property String^ TemplateTitle { String^ get () sealed; protected: void set (String^ value) sealed; } |