次の方法で共有


JwtAuthModel.IsJsonRequest Property

Definition

Flag indicating whether the body request is JSON (header Content-Type = application/json), meaning its a Form URL encoded request (header Content-Type = application/x-www-form-urlencoded).

public bool? IsJsonRequest { get; set; }
member this.IsJsonRequest : Nullable<bool> with get, set
Public Property IsJsonRequest As Nullable(Of Boolean)

Property Value

Applies to