Interface IRoutingContext.IPortalRoutingContext
- All Superinterfaces:
IRoutingContext
- All Known Subinterfaces:
IRoutingContext.IFormRecordRoutingContext
- Enclosing interface:
IRoutingContext
A routing context that requires the portal alias.
- Since:
- 8.2.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface IRoutingContext
IRoutingContext.IFormRecordRoutingContext, IRoutingContext.IPortalRoutingContext -
Method Summary
Modifier and TypeMethodDescriptionGets the alias of the portal context to use for routing.
-
Method Details
-
portalAlias
String portalAlias()Gets the alias of the portal context to use for routing.- Returns:
- The portal alias.
-