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

WidgetExtensions..::..Source<(Of <(<'TController, TParam>)>)> Method (DropDownListBuilder, Expression<(Of <(<'Func<(Of <(<'TController, ControllerAction<(Of <(<'TParam>)>)>>)>)>>)>)>, Boolean)

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

Syntax


public static DropDownListBuilder Source<TController, TParam>(
	this DropDownListBuilder builder,
	Expression<Func<TController, ControllerAction<TParam>>> action,
	bool useCustomErrorHandler
)
where TController : Controller, Controller, Controller, Controller

Type Parameters

TController
TParam

Parameters

builder
Type: DropDownListBuilder
action
Type: Expression<(Of <(<'Func<(Of <(<'TController, ControllerAction<(Of <(<'TParam>)>)>>)>)>>)>)>
useCustomErrorHandler
Type: Boolean