Click or drag to resize
RouteParameterName Property
Specifies the name of the route parameter. It has to be same as used in the RouteUrlTemplate property of the endpoint configuration.

Namespace: Colygon.MatchPoint.WebApi.Configuration
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public string Name { get; set; }

Property Value

Type: String
See Also