Enum SupportedDirection
Specifies which route directions the Route supports
Namespace: EPiServer.Web.Routing
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
[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 |