HttpStatusCodeResult::StatusDescription Property

Gets the HTTP status description.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property String^ StatusDescription {
	String^ get ();
	private: void set (String^ value);
}

Property Value

Type: System::String
the HTTP status description.
Show: