OwinResponse.ReasonPhrase Property

Definition

Gets or sets the the optional owin.ResponseReasonPhrase.

public virtual string ReasonPhrase { get; set; }
member this.ReasonPhrase : string with get, set
Public Overridable Property ReasonPhrase As String

Property Value

The the optional owin.ResponseReasonPhrase.

Implements

Applies to