QueryFeature Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default implementation for 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
- Inheritance
-
QueryFeature
- Implements
Constructors
QueryFeature(IFeatureCollection) |
Initializes a new instance of QueryFeature. |
QueryFeature(IQueryCollection) |
Initializes a new instance of QueryFeature. |
Properties
Query |
Gets or sets the IQueryCollection. |