IQueryFeature Interface

Namespace
Microsoft.AspNetCore.Http.Features
Assemblies
  • Microsoft.AspNetCore.Http.Features

Syntax

public interface IQueryFeature
interface Microsoft.AspNetCore.Http.Features.IQueryFeature

Properties

Microsoft.AspNetCore.Http.Features.IQueryFeature.Query
Return type:Microsoft.AspNetCore.Http.IQueryCollection
IQueryCollection Query { get; set; }