HttpRequestJsonExtensions.HasJsonContentType(HttpRequest) Method
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.
Checks the Content-Type header for JSON types.
public:
[System::Runtime::CompilerServices::Extension]
static bool HasJsonContentType(Microsoft::AspNetCore::Http::HttpRequest ^ request);
public static bool HasJsonContentType (this Microsoft.AspNetCore.Http.HttpRequest request);
static member HasJsonContentType : Microsoft.AspNetCore.Http.HttpRequest -> bool
<Extension()>
Public Function HasJsonContentType (request As HttpRequest) As Boolean
Parameters
- request
- HttpRequest
Returns
true if the Content-Type header represents a JSON content type; otherwise, false.