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