Click or drag to resize
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: 2013.11.0.0
Syntax
C#
public string RouteUrlTemplate { get; set; }

Property Value

Type: String
See Also