RouteTemplate.ToRoutePattern Method
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.
Converts the RouteTemplate to the equivalent RoutePattern
public:
Microsoft::AspNetCore::Routing::Patterns::RoutePattern ^ ToRoutePattern();
public Microsoft.AspNetCore.Routing.Patterns.RoutePattern ToRoutePattern ();
member this.ToRoutePattern : unit -> Microsoft.AspNetCore.Routing.Patterns.RoutePattern
Public Function ToRoutePattern () As RoutePattern
Returns
A RoutePattern.