PathString.StartsWithSegments 메서드

정의

오버로드

StartsWithSegments(PathString)

PathString instance 시작이 지정된 PathString의 시작 부분과 일치하는지 여부를 확인합니다.

StartsWithSegments(PathString, PathString)

PathString instance 시작이 지정된 PathString 와 일치하는지 여부를 확인하고 나머지 세그먼트를 반환합니다.

StartsWithSegments(PathString, StringComparison)

PathString instance 시작 부분과 지정된 비교 옵션을 사용하여 비교할 때 지정된 PathString 의 시작 부분과 일치하는지 여부를 결정합니다.

StartsWithSegments(PathString, PathString, PathString)

PathString instance 시작이 지정된 PathString 와 일치하는지 여부를 확인하고 일치하는 세그먼트와 나머지 세그먼트를 반환합니다.

StartsWithSegments(PathString, StringComparison, PathString)

PathString instance 시작이 지정된 비교 옵션을 사용하여 비교할 때 지정된 PathString 과 일치하는지 여부를 확인하고 나머지 세그먼트를 반환합니다.

StartsWithSegments(PathString, StringComparison, PathString, PathString)

PathString instance 시작이 지정된 비교 옵션을 사용하여 비교할 때 지정된 PathString 와 일치하는지 여부를 확인하고 일치하는 세그먼트와 나머지 세그먼트를 반환합니다.

StartsWithSegments(PathString)

PathString instance 시작이 지정된 PathString의 시작 부분과 일치하는지 여부를 확인합니다.

public:
 bool StartsWithSegments(Microsoft::AspNetCore::Http::PathString other);
public bool StartsWithSegments (Microsoft.AspNetCore.Http.PathString other);
member this.StartsWithSegments : Microsoft.AspNetCore.Http.PathString -> bool
Public Function StartsWithSegments (other As PathString) As Boolean

매개 변수

other
PathString

비교할 PathString입니다.

반환

값이 이 문자열의 시작 부분과 일치하면 true입니다. 그렇지 않으면 false입니다.

적용 대상

StartsWithSegments(PathString, PathString)

PathString instance 시작이 지정된 PathString 와 일치하는지 여부를 확인하고 나머지 세그먼트를 반환합니다.

public:
 bool StartsWithSegments(Microsoft::AspNetCore::Http::PathString other, [Runtime::InteropServices::Out] Microsoft::AspNetCore::Http::PathString % remaining);
public bool StartsWithSegments (Microsoft.AspNetCore.Http.PathString other, out Microsoft.AspNetCore.Http.PathString remaining);
member this.StartsWithSegments : Microsoft.AspNetCore.Http.PathString * PathString -> bool
Public Function StartsWithSegments (other As PathString, ByRef remaining As PathString) As Boolean

매개 변수

other
PathString

비교할 PathString입니다.

remaining
PathString

일치 후의 나머지 세그먼트입니다.

반환

값이 이 문자열의 시작 부분과 일치하면 true입니다. 그렇지 않으면 false입니다.

적용 대상

StartsWithSegments(PathString, StringComparison)

PathString instance 시작 부분과 지정된 비교 옵션을 사용하여 비교할 때 지정된 PathString 의 시작 부분과 일치하는지 여부를 결정합니다.

public:
 bool StartsWithSegments(Microsoft::AspNetCore::Http::PathString other, StringComparison comparisonType);
public bool StartsWithSegments (Microsoft.AspNetCore.Http.PathString other, StringComparison comparisonType);
member this.StartsWithSegments : Microsoft.AspNetCore.Http.PathString * StringComparison -> bool
Public Function StartsWithSegments (other As PathString, comparisonType As StringComparison) As Boolean

매개 변수

other
PathString

비교할 PathString입니다.

comparisonType
StringComparison

PathString 값과 값을 비교하는 방법을 결정하는 열거형 값 중 하나입니다.

반환

값이 이 문자열의 시작 부분과 일치하면 true입니다. 그렇지 않으면 false입니다.

적용 대상

StartsWithSegments(PathString, PathString, PathString)

PathString instance 시작이 지정된 PathString 와 일치하는지 여부를 확인하고 일치하는 세그먼트와 나머지 세그먼트를 반환합니다.

public:
 bool StartsWithSegments(Microsoft::AspNetCore::Http::PathString other, [Runtime::InteropServices::Out] Microsoft::AspNetCore::Http::PathString % matched, [Runtime::InteropServices::Out] Microsoft::AspNetCore::Http::PathString % remaining);
public bool StartsWithSegments (Microsoft.AspNetCore.Http.PathString other, out Microsoft.AspNetCore.Http.PathString matched, out Microsoft.AspNetCore.Http.PathString remaining);
member this.StartsWithSegments : Microsoft.AspNetCore.Http.PathString * PathString * PathString -> bool
Public Function StartsWithSegments (other As PathString, ByRef matched As PathString, ByRef remaining As PathString) As Boolean

매개 변수

other
PathString

비교할 PathString입니다.

matched
PathString

원본 값의 원래 대/소문자를 가진 일치하는 세그먼트입니다.

remaining
PathString

일치 후의 나머지 세그먼트입니다.

반환

값이 이 문자열의 시작 부분과 일치하면 true입니다. 그렇지 않으면 false입니다.

적용 대상

StartsWithSegments(PathString, StringComparison, PathString)

PathString instance 시작이 지정된 비교 옵션을 사용하여 비교할 때 지정된 PathString 과 일치하는지 여부를 확인하고 나머지 세그먼트를 반환합니다.

public:
 bool StartsWithSegments(Microsoft::AspNetCore::Http::PathString other, StringComparison comparisonType, [Runtime::InteropServices::Out] Microsoft::AspNetCore::Http::PathString % remaining);
public bool StartsWithSegments (Microsoft.AspNetCore.Http.PathString other, StringComparison comparisonType, out Microsoft.AspNetCore.Http.PathString remaining);
member this.StartsWithSegments : Microsoft.AspNetCore.Http.PathString * StringComparison * PathString -> bool
Public Function StartsWithSegments (other As PathString, comparisonType As StringComparison, ByRef remaining As PathString) As Boolean

매개 변수

other
PathString

비교할 PathString입니다.

comparisonType
StringComparison

PathString 값과 값을 비교하는 방법을 결정하는 열거형 값 중 하나입니다.

remaining
PathString

일치 후의 나머지 세그먼트입니다.

반환

값이 이 문자열의 시작 부분과 일치하면 true입니다. 그렇지 않으면 false입니다.

적용 대상

StartsWithSegments(PathString, StringComparison, PathString, PathString)

PathString instance 시작이 지정된 비교 옵션을 사용하여 비교할 때 지정된 PathString 와 일치하는지 여부를 확인하고 일치하는 세그먼트와 나머지 세그먼트를 반환합니다.

public:
 bool StartsWithSegments(Microsoft::AspNetCore::Http::PathString other, StringComparison comparisonType, [Runtime::InteropServices::Out] Microsoft::AspNetCore::Http::PathString % matched, [Runtime::InteropServices::Out] Microsoft::AspNetCore::Http::PathString % remaining);
public bool StartsWithSegments (Microsoft.AspNetCore.Http.PathString other, StringComparison comparisonType, out Microsoft.AspNetCore.Http.PathString matched, out Microsoft.AspNetCore.Http.PathString remaining);
member this.StartsWithSegments : Microsoft.AspNetCore.Http.PathString * StringComparison * PathString * PathString -> bool
Public Function StartsWithSegments (other As PathString, comparisonType As StringComparison, ByRef matched As PathString, ByRef remaining As PathString) As Boolean

매개 변수

other
PathString

비교할 PathString입니다.

comparisonType
StringComparison

PathString 값과 값을 비교하는 방법을 결정하는 열거형 값 중 하나입니다.

matched
PathString

원본 값의 원래 대/소문자를 가진 일치하는 세그먼트입니다.

remaining
PathString

일치 후의 나머지 세그먼트입니다.

반환

값이 이 문자열의 시작 부분과 일치하면 true입니다. 그렇지 않으면 false입니다.

적용 대상