QueryFeature 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
QueryFeature(IFeatureCollection) |
初始化 QueryFeature 的新執行個體。 |
QueryFeature(IQueryCollection) |
初始化 QueryFeature 的新執行個體。 |
QueryFeature(IFeatureCollection)
初始化 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)
參數
- features
- IFeatureCollection
要初始化的 IFeatureCollection。
適用於
QueryFeature(IQueryCollection)
初始化 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)
參數
- query
- IQueryCollection
IQueryCollection做為備份存放區的 。