Share via


HttpStatusCodeResult.StatusDescription Property

Gets the HTTP status description.

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

Syntax

'Declaration
Public Property StatusDescription As String
'Usage
Dim instance As HttpStatusCodeResult
Dim value As String

value = instance.StatusDescription
public string StatusDescription { get; private set; }
public:
property String^ StatusDescription {
    String^ get ();
    private: void set (String^ value);
}
function get StatusDescription () : String
private function set StatusDescription (value : String)

Property Value

Type: System.String
the HTTP status description.

See Also

Reference

HttpStatusCodeResult Class

System.Web.Mvc Namespace