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

HtmlHelper<(Of <(<'TModel>)>)>..::..GetBuilder<(Of <(<'TWidgetBuilder>)>)> Method

Gets widget builder that can be configured and then Begin()()()()

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

Syntax


public TWidgetBuilder GetBuilder<TWidgetBuilder>()
where TWidgetBuilder : WidgetBuilder

Type Parameters

TWidgetBuilder
The type of the widget builder.

Return Value