RouteValueAttribute.RouteValue 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.
The route value. If null or empty, requires the route value associated with RouteKey
to be missing or null.
public:
 property System::String ^ RouteValue { System::String ^ get(); };public string RouteValue { get; }member this.RouteValue : stringPublic ReadOnly Property RouteValue As String