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

WidgetFactoryExtensions..::..Widgets<(Of <(<'TPageModel>)>)> Method (HtmlHelper<(Of <(<'TPageModel>)>)>, Boolean)

Return Value

Standard widget builders. For builders that require access to properties of WebViewPage<(Of <(<'TModel>)>)>, use [Widgets{TPageModel}(HtmlHelper{TPageModel}, bool)]

Namespace:  Suoranta.WebApp.Kendo.RazorHelpers
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public static WebAppWidgets<TPageModel> Widgets<TPageModel>(
	this HtmlHelper<TPageModel> htmlHelper,
	bool noValidation
)

Type Parameters

TPageModel

Parameters

htmlHelper
Type: Suoranta.WebApp.View..::..HtmlHelper<(Of <(<'TPageModel>)>)>
noValidation
Type: Boolean