PathString.Add 方法

定義

多載

Add(PathString)

新增二個 PathString 執行個體至組合的 PathString 值。

Add(QueryString)

組合 PathString 和 QueryString 到加入的 URI 格式化字串值。

Add(PathString)

來源:
PathString.cs
來源:
PathString.cs

新增二個 PathString 執行個體至組合的 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

參數

other
PathString

傳回

組合的 PathString 值

適用於

Add(QueryString)

來源:
PathString.cs
來源:
PathString.cs

組合 PathString 和 QueryString 到加入的 URI 格式化字串值。

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

參數

other
QueryString

傳回

加入的 URI 格式化字串值

適用於