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。 |