다음을 통해 공유


HostMatcherPolicy.BuildJumpTable 메서드

정의

의 집합이 지정된 점프 테이블을 생성합니다 edges.

public:
 virtual Microsoft::AspNetCore::Routing::Matching::PolicyJumpTable ^ BuildJumpTable(int exitDestination, System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Routing::Matching::PolicyJumpTableEdge> ^ edges);
public Microsoft.AspNetCore.Routing.Matching.PolicyJumpTable BuildJumpTable (int exitDestination, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge> edges);
abstract member BuildJumpTable : int * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge> -> Microsoft.AspNetCore.Routing.Matching.PolicyJumpTable
override this.BuildJumpTable : int * System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Routing.Matching.PolicyJumpTableEdge> -> Microsoft.AspNetCore.Routing.Matching.PolicyJumpTable
Public Function BuildJumpTable (exitDestination As Integer, edges As IReadOnlyList(Of PolicyJumpTableEdge)) As PolicyJumpTable

매개 변수

exitDestination
Int32

조회의 기본 대상입니다.

반환

PolicyJumpTable 인스턴스입니다.

구현

적용 대상