Compartir a través de


HttpRequest.Query Propiedad

Definición

Obtiene la colección de valores de consulta analizada desde 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 de propiedad

Colección de valores de consulta analizada desde Request.QueryString.

Se aplica a