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)

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

PathString

Valor PathString combinado

Se aplica a

Add(QueryString)

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

String

Valor de cadena con formato URI unido

Se aplica a