PathString.Addition 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.
Overloads
Addition(PathString, PathString) |
Operator call through to Add |
Addition(PathString, QueryString) |
Operator call through to Add |
Addition(PathString, PathString)
- Source:
- PathString.cs
Operator call through to Add
public static Microsoft.Owin.PathString operator + (Microsoft.Owin.PathString left, Microsoft.Owin.PathString right);
static member ( + ) : Microsoft.Owin.PathString * Microsoft.Owin.PathString -> Microsoft.Owin.PathString
Public Shared Operator + (left As PathString, right As PathString) As PathString
Parameters
- left
- PathString
The left parameter
- right
- PathString
The right parameter
Returns
The PathString combination of both values
Applies to
Addition(PathString, QueryString)
- Source:
- PathString.cs
Operator call through to Add
public static string operator + (Microsoft.Owin.PathString left, Microsoft.Owin.QueryString right);
static member ( + ) : Microsoft.Owin.PathString * Microsoft.Owin.QueryString -> string
Public Shared Operator + (left As PathString, right As QueryString) As String
Parameters
- left
- PathString
The left parameter
- right
- QueryString
The right parameter
Returns
The PathString combination of both values