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.EndPointsAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax public string RouteUrlTemplate { get; set; }
Property Value
Type:
StringSee Also