PathString.Add Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Add(PathString) |
Ajoute deux instances PathString à une valeur PathString combinée. |
Add(QueryString) |
Combine des valeurs PathString et QueryString dans la valeur de chaîne au format URI jointe. |
Add(PathString)
- Source:
- PathString.cs
- Source:
- PathString.cs
- Source:
- PathString.cs
Ajoute deux instances PathString à une valeur PathString combinée.
public:
Microsoft::AspNetCore::Http::PathString Add(Microsoft::AspNetCore::Http::PathString other);
public Microsoft.AspNetCore.Http.PathString Add (Microsoft.AspNetCore.Http.PathString other);
member this.Add : Microsoft.AspNetCore.Http.PathString -> Microsoft.AspNetCore.Http.PathString
Public Function Add (other As PathString) As PathString
Paramètres
- other
- PathString
Retours
Valeur PathString combinée
S’applique à
Add(QueryString)
- Source:
- PathString.cs
- Source:
- PathString.cs
- Source:
- PathString.cs
Combine des valeurs PathString et QueryString dans la valeur de chaîne au format URI jointe.
public:
System::String ^ Add(Microsoft::AspNetCore::Http::QueryString other);
public string Add (Microsoft.AspNetCore.Http.QueryString other);
member this.Add : Microsoft.AspNetCore.Http.QueryString -> string
Public Function Add (other As QueryString) As String
Paramètres
- other
- QueryString
Retours
Valeur de chaîne jointe, au format URI