Compartir a través de


PathString.Add Método

Definición

Sobrecargas

Add(PathString)

Agrega dos instancias PathString a un valor PathString combinado.

Add(QueryString)

Combina PathString y QueryString en el valor de cadena con formato URI unido.

Add(PathString)

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

Agrega dos instancias PathString a un valor PathString combinado.

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

Parámetros

other
PathString

Devoluciones

Valor PathString combinado

Se aplica a

Add(QueryString)

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

Combina PathString y QueryString en el valor de cadena con formato URI unido.

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

Parámetros

other
QueryString

Devoluciones

Valor de cadena con formato URI unido

Se aplica a