HttpRequest.QueryString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the raw query string used to create the query collection in 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
Property Value
The raw query string.