Enum SupportedDirection
Specifies which route directions the Route supports
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 7.19.2Syntax
[Flags]
public enum SupportedDirection
Fields
| Name | Description |
|---|---|
| Both | Supports routing for both incoming and outgoing URLs |
| Incoming | Supports routing for incoming URLs |
| None | No direction supported |
| Outgoing | Supports routing for outgoing URLs |