PageModel.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 the RouteData for the executing action.
public:
property Microsoft::AspNetCore::Routing::RouteData ^ RouteData { Microsoft::AspNetCore::Routing::RouteData ^ get(); };
public Microsoft.AspNetCore.Routing.RouteData RouteData { get; }
member this.RouteData : Microsoft.AspNetCore.Routing.RouteData
Public ReadOnly Property RouteData As RouteData