InlineRouteParameterParser.ParseRouteParameter(String) 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.
Parses a string representing the provided routeParameter
into a TemplatePart.
public:
static Microsoft::AspNetCore::Routing::Template::TemplatePart ^ ParseRouteParameter(System::String ^ routeParameter);
public static Microsoft.AspNetCore.Routing.Template.TemplatePart ParseRouteParameter (string routeParameter);
static member ParseRouteParameter : string -> Microsoft.AspNetCore.Routing.Template.TemplatePart
Public Shared Function ParseRouteParameter (routeParameter As String) As TemplatePart
Parameters
- routeParameter
- String
A string representation of the route parameter.
Returns
A TemplatePart instance.