All views should implement this interface.

For user convenience a generic version of this interface exists with a strongly typed association to the controller, see IView<(Of <(T>)>)

Namespace:  MVCSharp.Core.Views
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

See Also