All controller classes should implement this interface.
In practice it is more handy to inherit from ControllerBase
or from ControllerBase<(Of <(TTask, TView>)>) class than to manually
implement IController members.
Namespace:
MVCSharp.CoreAssembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
| C# |
|---|
public interface IController |
| Visual Basic (Declaration) |
|---|
Public Interface IController |
| Visual C++ |
|---|
public interface class IController |