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
string ReasonPhrase { get; set; }
property String^ ReasonPhrase {
String^ get();
void set(String^ value);
}
abstract ReasonPhrase : string with get, set
Property ReasonPhrase As String
Property Value
Type: System.String
The the optional owin.ResponseReasonPhrase.
See Also
IOwinResponse Interface
Microsoft.Owin Namespace
Return to top