Gets or sets the associated view of the generic parameter type TView.

Namespace:  MVCSharp.Core
Assembly:  MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148

Syntax

C#
TView View { get; set; }
Visual Basic (Declaration)
Property View As TView
Visual C++
property TView View {
	TView get ();
	void set (TView value);
}

See Also