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

Mvc<(Of <(<'TController>)>)> Class

Encloses action descriptors of controller of TController.

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

Syntax


public abstract class Mvc<TController>
where TController : Controller

Type Parameters

TController
The type of the controller.

Inheritance Hierarchy


Object
  Suoranta.WebApp.Types..::..Mvc<(Of <(<'TController>)>)>