HtmlHelperPageMetadataExtensionsPageTitle Method |
Renders title element for current page.
Namespace: Kentico.Content.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when htmlHelper is null. |
Remarks
When alternateTitle is used the final page title value is composed based on site settings for page title format and prefix.
Please note that the macros in page title format are resolved without context of a page.
See Also