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

适用于