Try our conversational search powered by Generative AI!

Class RoutingState

Specifies the different states during content routing

Inheritance
System.Object
RoutingState
Namespace: EPiServer.Core.Routing
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class RoutingState : Enum

Fields

Abort

Aborts the routing processing

Declaration
public const RoutingState Abort
Field Value
Type Description
RoutingState

Continue

Specifies that next step in routing should be called

Declaration
public const RoutingState Continue
Field Value
Type Description
RoutingState

Done

Specifies that the routing processing is done and no further steps will be called

Declaration
public const RoutingState Done
Field Value
Type Description
RoutingState

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods