QueryString.Addition(QueryString, QueryString) Operator
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.
Concatenates left
and right
into a single query string.
public:
static Microsoft::AspNetCore::Http::QueryString operator +(Microsoft::AspNetCore::Http::QueryString left, Microsoft::AspNetCore::Http::QueryString right);
public static Microsoft.AspNetCore.Http.QueryString operator + (Microsoft.AspNetCore.Http.QueryString left, Microsoft.AspNetCore.Http.QueryString right);
static member ( + ) : Microsoft.AspNetCore.Http.QueryString * Microsoft.AspNetCore.Http.QueryString -> Microsoft.AspNetCore.Http.QueryString
Public Shared Operator + (left As QueryString, right As QueryString) As QueryString
Parameters
- left
- QueryString
A QueryString instance.
- right
- QueryString
A QueryString instance.
Returns
The concatenated QueryString.