London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum SupportedDirection

Specifies which route directions the Route supports

Namespace: EPiServer.Web.Routing
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[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

Extension Methods