Table of Contents

Interface IRequestQueryStringAccessor

Namespace
JsonApiDotNetCore.QueryStrings
Assembly
JsonApiDotNetCore.dll

Provides access to the query string of a URL in a HTTP request.

public interface IRequestQueryStringAccessor

Properties

Query

IQueryCollection Query { get; }

Property Value

IQueryCollection