QueryFeature 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
的預設實作 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。 |