Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the the optional owin.ResponseReasonPhrase.
Namespace: Microsoft.Owin
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
public virtual string ReasonPhrase { get; set; }
public:
property String^ ReasonPhrase {
virtual String^ get();
virtual void set(String^ value);
}
abstract ReasonPhrase : string with get, set
override ReasonPhrase : string with get, set
Public Overridable Property ReasonPhrase As String
Property Value
Type: System.String
The the optional owin.ResponseReasonPhrase.
Implements
See Also
OwinResponse Class
Microsoft.Owin Namespace
Return to top