HttpRequest.RouteValues Property

Definition

Gets the collection of route values for this request.

C#
public virtual Microsoft.AspNetCore.Routing.RouteValueDictionary RouteValues { get; set; }

Property Value

The collection of route values for this request.

Applies to

Product Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0