PathString.Add Metoda

Definicja

Przeciążenia

Add(PathString)

Dodaje dwa wystąpienia PathString do połączonej wartości PathString.

Add(QueryString)

Łączy ciąg PathString i QueryString z sprzężonym identyfikatorem URI sformatowaną wartością ciągu.

Add(PathString)

Źródło:
PathString.cs
Źródło:
PathString.cs

Dodaje dwa wystąpienia PathString do połączonej wartości PathString.

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

Parametry

other
PathString

Zwraca

Połączona wartość PathString

Dotyczy

Add(QueryString)

Źródło:
PathString.cs
Źródło:
PathString.cs

Łączy ciąg PathString i QueryString z sprzężonym identyfikatorem URI sformatowaną wartością ciągu.

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

Parametry

other
QueryString

Zwraca

Wartość sprzężonego identyfikatora URI sformatowanego ciągu

Dotyczy