PathString.Add 메서드

정의

오버로드

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 형식의 문자열 값입니다.

적용 대상