Table of Contents

Interface IQueryStringReader

Namespace
JsonApiDotNetCore.QueryStrings
Assembly
JsonApiDotNetCore.dll

Reads and processes the various query string parameters for a HTTP request.

public interface IQueryStringReader

Methods

ReadAll(DisableQueryStringAttribute?)

Reads and processes the key/value pairs from the request query string.

void ReadAll(DisableQueryStringAttribute? disableQueryStringAttribute)

Parameters

disableQueryStringAttribute DisableQueryStringAttribute

The DisableQueryStringAttribute if set on the controller that is targeted by the current request.