다음을 통해 공유


KeySegmentTemplate.KeyMappings 속성

정의

현재 키 세그먼트의 키 이름에서 경로 데이터의 키 이름에 대한 매핑을 나타내는 사전을 가져옵니다. dict의 키는 요청에 사용되는 문자열일 수 있으며, dict의 값은 컨트롤러 작업에 사용되는 문자열일 수 있습니다.

public System.Collections.Generic.IDictionary<string,string> KeyMappings { get; }
member this.KeyMappings : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property KeyMappings As IDictionary(Of String, String)

속성 값

적용 대상