ActionContext.RouteData 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 or sets the RouteData for the current request.
public:
 property Microsoft::AspNetCore::Routing::RouteData ^ RouteData { Microsoft::AspNetCore::Routing::RouteData ^ get(); void set(Microsoft::AspNetCore::Routing::RouteData ^ value); };public Microsoft.AspNetCore.Routing.RouteData RouteData { get; set; }member this.RouteData : Microsoft.AspNetCore.Routing.RouteData with get, setPublic Property RouteData As RouteDataProperty Value
Remarks
The property setter is provided for unit test purposes only.