HttpRequest.QueryString 屬性

定義

取得或設定用來在 Request.Query 中建立查詢集合的原始查詢字串。

C#
public abstract Microsoft.AspNetCore.Http.QueryString QueryString { get; set; }

屬性值

原始查詢字串。

適用於

產品 版本
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0