QueryFeature Construtores

Definição

Sobrecargas

QueryFeature(IFeatureCollection)

Inicializa uma nova instância de QueryFeature.

QueryFeature(IQueryCollection)

Inicializa uma nova instância de QueryFeature.

QueryFeature(IFeatureCollection)

Origem:
QueryFeature.cs
Origem:
QueryFeature.cs
Origem:
QueryFeature.cs

Inicializa uma nova instância de QueryFeature.

public:
 QueryFeature(Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ features);
public QueryFeature (Microsoft.AspNetCore.Http.Features.IFeatureCollection features);
new Microsoft.AspNetCore.Http.Features.QueryFeature : Microsoft.AspNetCore.Http.Features.IFeatureCollection -> Microsoft.AspNetCore.Http.Features.QueryFeature
Public Sub New (features As IFeatureCollection)

Parâmetros

features
IFeatureCollection

O IFeatureCollection a ser inicializado.

Aplica-se a

QueryFeature(IQueryCollection)

Origem:
QueryFeature.cs
Origem:
QueryFeature.cs
Origem:
QueryFeature.cs

Inicializa uma nova instância de QueryFeature.

public:
 QueryFeature(Microsoft::AspNetCore::Http::IQueryCollection ^ query);
public QueryFeature (Microsoft.AspNetCore.Http.IQueryCollection query);
new Microsoft.AspNetCore.Http.Features.QueryFeature : Microsoft.AspNetCore.Http.IQueryCollection -> Microsoft.AspNetCore.Http.Features.QueryFeature
Public Sub New (query As IQueryCollection)

Parâmetros

query
IQueryCollection

O IQueryCollection a ser usado como repositório de backup.

Aplica-se a