RouteEndpoint.RoutePattern 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 RoutePattern associated with the endpoint.
public:
property Microsoft::AspNetCore::Routing::Patterns::RoutePattern ^ RoutePattern { Microsoft::AspNetCore::Routing::Patterns::RoutePattern ^ get(); };
public Microsoft.AspNetCore.Routing.Patterns.RoutePattern RoutePattern { get; }
member this.RoutePattern : Microsoft.AspNetCore.Routing.Patterns.RoutePattern
Public ReadOnly Property RoutePattern As RoutePattern