.NET Framework Class Library
HandleErrorAttribute.View Property
Gets or sets the page view for displaying exception information.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
Visual Basic (Declaration)
Public Property View As String
Visual Basic (Usage)
Dim instance As HandleErrorAttribute Dim value As String value = instance.View instance.View = value
C#
public string View { get; set; }
Visual C++
public: property String^ View { String^ get (); void set (String^ value); }
JScript
function get View () : String function set View (value : String)
See Also