HttpRequest.QueryString Property

Definition

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.

Applies to