PathString.Implicit Operator

Definition

Überlädt

Implicit(PathString to String)

Ruft implizit ToString() auf.

Implicit(String to PathString)

Erstellt implizit einen neuen PathString aus der angegebenen Zeichenfolge.

Implicit(PathString to String)

Quelle:
PathString.cs
Quelle:
PathString.cs
Quelle:
PathString.cs

Ruft implizit ToString() auf.

public static implicit operator string (Microsoft.AspNetCore.Http.PathString path);

Parameter

path
PathString

Gibt zurück

Gilt für:

ASP.NET Core 9.0 und andere Versionen
Produkt Versionen
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

Implicit(String to PathString)

Quelle:
PathString.cs
Quelle:
PathString.cs
Quelle:
PathString.cs

Erstellt implizit einen neuen PathString aus der angegebenen Zeichenfolge.

public static implicit operator Microsoft.AspNetCore.Http.PathString (string s);
public static implicit operator Microsoft.AspNetCore.Http.PathString (string? s);

Parameter

s
String

Gibt zurück

Gilt für:

ASP.NET Core 9.0 und andere Versionen
Produkt Versionen
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