All views should implement this interface.
Namespace:
MVCSharp.Core.ViewsFor user convenience a generic version of this interface exists with a strongly typed association to the controller, see IView<(Of <(T>)>)
Assembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
C# |
---|
public interface IView |
Visual Basic (Declaration) |
---|
Public Interface IView |
Visual C++ |
---|
public interface class IView |