PathString.Addition Operator

Definition

Overloads

Addition(String, PathString)

Source:
PathString.cs
Source:
PathString.cs
Source:
PathString.cs
C#
public static string operator + (string left, Microsoft.AspNetCore.Http.PathString right);

Parameters

left
String

The left parameter

right
PathString

The right parameter

Returns

The ToString combination of both values

Applies to

ASP.NET Core 9.0 ja muut versiot
Tuote Versiot
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

Addition(PathString, String)

Source:
PathString.cs
Source:
PathString.cs
Source:
PathString.cs
C#
public static string operator + (Microsoft.AspNetCore.Http.PathString left, string right);
C#
public static string operator + (Microsoft.AspNetCore.Http.PathString left, string? right);

Parameters

left
PathString

The left parameter

right
String

The right parameter

Returns

The ToString combination of both values

Applies to

ASP.NET Core 9.0 ja muut versiot
Tuote Versiot
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

Addition(PathString, PathString)

Source:
PathString.cs
Source:
PathString.cs
Source:
PathString.cs

Operator call through to Add

C#
public static Microsoft.AspNetCore.Http.PathString operator + (Microsoft.AspNetCore.Http.PathString left, Microsoft.AspNetCore.Http.PathString right);

Parameters

left
PathString

The left parameter

right
PathString

The right parameter

Returns

The PathString combination of both values

Applies to

ASP.NET Core 9.0 ja muut versiot
Tuote Versiot
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0

Addition(PathString, QueryString)

Source:
PathString.cs
Source:
PathString.cs
Source:
PathString.cs

Operator call through to Add

C#
public static string operator + (Microsoft.AspNetCore.Http.PathString left, Microsoft.AspNetCore.Http.QueryString right);

Parameters

left
PathString

The left parameter

right
QueryString

The right parameter

Returns

The PathString combination of both values

Applies to

ASP.NET Core 9.0 ja muut versiot
Tuote Versiot
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0