Jaa


KeySegmentTemplate.KeyMappings Property

Definition

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)

Property Value

Applies to