PathString.Add 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Add(PathString) |
新增二個 PathString 執行個體至組合的 PathString 值。 |
Add(QueryString) |
組合 PathString 和 QueryString 到加入的 URI 格式化字串值。 |
Add(PathString)
新增二個 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 和 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 格式化字串值