HttpRequest.Query Property

Definition

Gets the query value collection parsed from Request.QueryString.

public:
 abstract property Microsoft::AspNetCore::Http::IQueryCollection ^ Query { Microsoft::AspNetCore::Http::IQueryCollection ^ get(); void set(Microsoft::AspNetCore::Http::IQueryCollection ^ value); };
public abstract Microsoft.AspNetCore.Http.IQueryCollection Query { get; set; }
member this.Query : Microsoft.AspNetCore.Http.IQueryCollection with get, set
Public MustOverride Property Query As IQueryCollection

Property Value

The query value collection parsed from Request.QueryString.

Applies to