BaseEndpointRouteUrlTemplate Property |
Specifies the URL template for this endpoint to match. Route parameters can be defined with curly braces '{myparam}'. These parameters are available for expressions and can be further configured in the 'RouteParameters' node.
Namespace:
Colygon.MatchPoint.WebApi.Configuration.EndPoints
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public string RouteUrlTemplate { get; set; }
Property Value
Type:
StringSee Also