RouteEndpoint.RoutePattern Property

Definition

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

Property Value

Applies to