Enum SupportedDirection
Specifies which route directions the Route supports
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[Flags]
public enum SupportedDirectionFields
| 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 | 
