HttpInfo.Query 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.
public:
property Microsoft::AspNetCore::Http::QueryString Query { Microsoft::AspNetCore::Http::QueryString get(); void set(Microsoft::AspNetCore::Http::QueryString value); };
public Microsoft.AspNetCore.Http.QueryString Query { get; set; }
member this.Query : Microsoft.AspNetCore.Http.QueryString with get, set
Public Property Query As QueryString