HttpRequest.Query プロパティ

定義

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

プロパティ値

Request.QueryString から解析されたクエリ値コレクション。

適用対象