QueryFeature Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Implementação padrão para 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
- Herança
-
QueryFeature
- Implementações
Construtores
QueryFeature(IFeatureCollection) |
Inicializa uma nova instância de QueryFeature. |
QueryFeature(IQueryCollection) |
Inicializa uma nova instância de QueryFeature. |
Propriedades
Query |
Obtém ou define o IQueryCollection. |