Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

WebViewPage<(Of <(<'TModel>)>)>..::..RenderHead Method

Renders page head element. In base implementation this includes scripts, styles and any statements generated for document ready event

Namespace:  Suoranta.WebApp.View
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public virtual IHtmlString RenderHead(
	string customTitle
)

Parameters

customTitle
Type: String

Return Value

IHtmlString representing head element

Remarks


The call to this method should be placed in the layout view.