JwtAuthModel.IsJsonRequest Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)