HttpRequest.RouteValues Property

Definition

Gets the collection of route values for this request.

public:
 virtual property Microsoft::AspNetCore::Routing::RouteValueDictionary ^ RouteValues { Microsoft::AspNetCore::Routing::RouteValueDictionary ^ get(); void set(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ value); };
public virtual Microsoft.AspNetCore.Routing.RouteValueDictionary RouteValues { get; set; }
member this.RouteValues : Microsoft.AspNetCore.Routing.RouteValueDictionary with get, set
Public Overridable Property RouteValues As RouteValueDictionary

Property Value

The collection of route values for this request.

Applies to