Click or drag to resize

WebApiConfigurationPathPrefix Property

Specifies the path prefix that must match so that this configuration applies. When defining a path prefix 'myprefix', it will match URLs like 'http://myhost/_vti_bin/Colygon.MatchPoint/WebApi.svc/myprefix/param1/param2

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

Property Value

Type: String
See Also