共用方式為


QueryFeature 類別

定義

的預設實作 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
繼承
QueryFeature
實作

建構函式

QueryFeature(IFeatureCollection)

初始化 QueryFeature 的新執行個體。

QueryFeature(IQueryCollection)

初始化 QueryFeature 的新執行個體。

屬性

Query

取得或設定 IQueryCollection

適用於