Enum UriParameterAction
Defines the action that must be performed with a URI parameter.
Namespace: Nevatech.Vsb.Repository
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum UriParameterAction
Fields
| Name | Description |
|---|---|
| Ignore | The parameter should NOT be passed and must be dropped. |
| PassThrough | The parameter should be passed to the ultimate service. |
| Reject | The request should be stopped and error must be returned. |