HttpRequest.Query Propriété

Définition

Obtient la collection de valeurs de requête analysée à partir 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

Valeur de propriété

Collection de valeurs de requête analysée à partir de Request.QueryString.

S’applique à