Mvc<(Of <(<'TController>)>)>..::..Action<(Of <(<'TParam>)>)> Class
Descriptor for controller action receiving parameter of TParam.
Namespace:
Suoranta.WebApp.TypesAssembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Syntax
public sealed class Action<TParam> : Mvc<(Of <(<'TController>)>)>..::..ActionBase<ControllerAction<TParam>>, IAction
Type Parameters
- TParam
- The type of the action parameter.
Inheritance Hierarchy
Suoranta.WebApp.Types..::..Mvc..::..ActionBase
Suoranta.WebApp.Types..::..Mvc<(Of <(<'TController>)>)>..::..ActionBase<(Of <(<'ControllerAction<(Of <(<'TParam>)>)>>)>)>
Suoranta.WebApp.Types..::..Mvc<(Of <(<'TController>)>)>..::..Action<(Of <(<'TParam>)>)>

