QueryFeature Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
QueryFeature(IFeatureCollection) |
Initializes a new instance of QueryFeature. |
QueryFeature(IQueryCollection) |
Initializes a new instance of QueryFeature. |
QueryFeature(IFeatureCollection)
- Source:
- QueryFeature.cs
- Source:
- QueryFeature.cs
- Source:
- QueryFeature.cs
Initializes a new instance of 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)
Parameters
- features
- IFeatureCollection
The IFeatureCollection to initialize.
Applies to
QueryFeature(IQueryCollection)
- Source:
- QueryFeature.cs
- Source:
- QueryFeature.cs
- Source:
- QueryFeature.cs
Initializes a new instance of 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)
Parameters
- query
- IQueryCollection
The IQueryCollection to use as a backing store.