QueryFeature Class

Definition

Default implementation for IQueryFeature.

public ref class QueryFeature : Microsoft::AspNetCore::Http::Features::IQueryFeature
public class QueryFeature : Microsoft.AspNetCore.Http.Features.IQueryFeature
type QueryFeature = class
    interface IQueryFeature
Public Class QueryFeature
Implements IQueryFeature
Inheritance
QueryFeature
Implements

Constructors

QueryFeature(IFeatureCollection)

Initializes a new instance of QueryFeature.

QueryFeature(IQueryCollection)

Initializes a new instance of QueryFeature.

Properties

Query

Gets or sets the IQueryCollection.

Applies to