Share via


RouteData.RouteValues Property

Definition

Gets route parameter values extracted from the matched route.

public System.Collections.Generic.IReadOnlyDictionary<string,object?> RouteValues { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object> RouteValues { get; }

Property Value

Applies to