QueryBuilder.ToQueryString Method
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.
Constructs a QueryString from this QueryBuilder.
public:
Microsoft::AspNetCore::Http::QueryString ToQueryString();
public Microsoft.AspNetCore.Http.QueryString ToQueryString ();
member this.ToQueryString : unit -> Microsoft.AspNetCore.Http.QueryString
Public Function ToQueryString () As QueryString
Returns
The QueryString.