RouteContext.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 associated with the current context.
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, set
Public Property RouteData As RouteData