C# (CSharp) Rebel.Cms.Web.Routing Namespace

Classes

Name Description
BackOfficeRouteConstraint This constraint must pass to route anything to any back office controllers
DefaultRoutingEngine A utility for resolving urls and looking up entities by URL
EntityRouteResult The result that is returned when an entity is found based on a URL
IgnorePluginRoute A route created to ignore already routed plugin controllers from being routable in the fallback package routes.
IgnorePluginRoute.IgnoreExistingControllersConstraint The internal constraint class to match the previously registered controller names
IncludeExcludeRouteConstraint
PostedDataProxyInfo Represents the data required to proxy a request to a surface controller for posted data
RenderRouteConstraint The rules of this route constraint must pass in order to be able to route Rebel requests to the front end
RenderRouteHandler Custom route handler to assign the correct controller based on the Rebel request
RouteDefinition Represents the data required to route to a specific controller/action during an Rebel request
UrlResolutionResult The result that is returned when a URL is generated for an entity