Click or drag to resize

BaseEndpointRouteParameters Property

Specifies properties for route parameters defined in the 'RouteUrlTemplate'.

Namespace:  Colygon.MatchPoint.WebApi.Configuration.EndPoints
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public RouteParameter[] RouteParameters { get; set; }

Property Value

Type: RouteParameter
See Also