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

属性值

原始查询字符串。

适用于