IOwinResponse.ReasonPhrase Property

Definition

Gets or sets the the optional owin.ResponseReasonPhrase.

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

Property Value

The the optional owin.ResponseReasonPhrase.

Applies to