NuGetGallery.SeoRoute.SeoRoute C# (CSharp) Method

SeoRoute() public method

public SeoRoute ( string url, IRouteHandler routeHandler ) : System
url string
routeHandler IRouteHandler
return System
        public SeoRoute(string url, IRouteHandler routeHandler)
            : base(url, routeHandler) { }

Same methods

SeoRoute::SeoRoute ( string url, RouteValueDictionary defaults, IRouteHandler routeHandler ) : System
SeoRoute::SeoRoute ( string url, RouteValueDictionary defaults, RouteValueDictionary constraints, IRouteHandler routeHandler ) : System
SeoRoute::SeoRoute ( string url, RouteValueDictionary defaults, RouteValueDictionary constraints, RouteValueDictionary dataTokens, IRouteHandler routeHandler ) : System