HttpRequest.Query Propriedade

Definição

Obtém a coleção de valores de consulta analisada de 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

Valor da propriedade

A coleção de valores de consulta analisada de Request.QueryString.

Aplica-se a