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

Dom<(Of <(<'TPageModel>)>)>..::..ActionParam<(Of <(<'TController, TParam1, TParam2>)>)> Method (Expression<(Of <(<'Func<(Of <(<'TController, ControllerAction<(Of <(<'TParam1, TParam2>)>)>>)>)>>)>)>, Element)

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

Syntax


public Symbol ActionParam<TController, TParam1, TParam2>(
	Expression<Func<TController, ControllerAction<TParam1, TParam2>>> selector,
	Dom..::..Element bindTo
)
where TController : Controller

Type Parameters

TController
TParam1
TParam2

Parameters

selector
Type: Expression<(Of <(<'Func<(Of <(<'TController, ControllerAction<(Of <(<'TParam1, TParam2>)>)>>)>)>>)>)>
bindTo
Type: Suoranta.WebApp.View..::..Dom..::..Element