Specifies the view name.

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

Syntax

C#
public string ViewName { get; set; }
Visual Basic (Declaration)
Public Property ViewName As String
Visual C++
public:
property String^ ViewName {
	String^ get ();
	void set (String^ value);
}

See Also