RouteCollectionExtensionsAddKenticoHttpHandlerRoutes Method |
Adds custom IHttpHandler discovered during CMS Application PreInit to routes collection.
Namespace: CMS.AspNet.Platform.Routing.InternalAssembly: CMS.AspNet.Platform (in CMS.AspNet.Platform.dll) Version: 13.0.131
Syntax public static void AddKenticoHttpHandlerRoutes(
this RouteCollection routes
)
Parameters
- routes
- Type: System.Web.RoutingRouteCollection
The RouteCollection.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
RouteCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also