KeySegmentTemplate.KeyMappings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the dictionary representing the mappings from the key names in the current key segment to the key names in route data. the key in dict could be the string used in request the value in dict could be the string used in action of controller
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)