Aracılığıyla paylaş


HttpRequest.Query Özellik

Tanım

Request.QueryString'den ayrıştırılan sorgu değeri koleksiyonunu alır.

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

Özellik Değeri

Request.QueryString'den ayrıştırılan sorgu değeri koleksiyonu.

Şunlara uygulanır