Interface IUserPortalRoute<RoutingContext extends IRoutingContext>

Type Parameters:
RoutingContext - The type of the data required to route to the URL.
All Superinterfaces:
IAnyUserPortalRoute
All Known Implementing Classes:
EUserPortalGeneralView, EUserPortalPortalView

public interface IUserPortalRoute<RoutingContext extends IRoutingContext> extends IAnyUserPortalRoute
A URL route of the user portal. A route is a set of URLs that map to a specific page of the user portal.
Since:
8.2.0