HttpRequest.QueryString 屬性

定義

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

public:
 abstract property Microsoft::AspNetCore::Http::QueryString QueryString { Microsoft::AspNetCore::Http::QueryString get(); void set(Microsoft::AspNetCore::Http::QueryString value); };
public abstract Microsoft.AspNetCore.Http.QueryString QueryString { get; set; }
member this.QueryString : Microsoft.AspNetCore.Http.QueryString with get, set
Public MustOverride Property QueryString As QueryString

屬性值

原始查詢字串。

適用於