HttpRequest.RouteValues 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.
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.