QueryFeature Třída

Definice

Výchozí implementace pro 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
Dědičnost
QueryFeature
Implementuje

Konstruktory

QueryFeature(IFeatureCollection)

Inicializuje novou instanci QueryFeature.

QueryFeature(IQueryCollection)

Inicializuje novou instanci QueryFeature.

Vlastnosti

Query

Získá nebo nastaví IQueryCollection.

Platí pro