QueryFeature Konstruktoren

Definition

Überlädt

QueryFeature(IFeatureCollection)

Initialisiert eine neue Instanz von QueryFeature.

QueryFeature(IQueryCollection)

Initialisiert eine neue Instanz von QueryFeature.

QueryFeature(IFeatureCollection)

Initialisiert eine neue Instanz von 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)

Parameter

features
IFeatureCollection

Die zu initialisierende IFeatureCollection.

Gilt für:

QueryFeature(IQueryCollection)

Initialisiert eine neue Instanz von 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)

Parameter

query
IQueryCollection

Die IQueryCollection , die als Sicherungsspeicher verwendet werden soll.

Gilt für: