Try our conversational search powered by Generative AI!

Enum SupportedDirection

Specifies which route directions the Route supports

Namespace: EPiServer.Web.Routing
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
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