Method | Description | |
---|---|---|
NamedRoute ( string name, string url, IRouteHandler routeHandler ) : System.Collections.Generic | ||
NamedRoute ( string name, string url, RouteValueDictionary defaults, RouteValueDictionary constraints, IRouteHandler routeHandler ) : System.Collections.Generic | ||
NamedRoute ( string name, string url, RouteValueDictionary defaults, RouteValueDictionary constraints, RouteValueDictionary dataTokens, IRouteHandler routeHandler ) : System.Collections.Generic | ||
NamedRoute ( string name, string displayName, string url, MvcRouteHandler routeHandler ) : System.Collections.Generic | ||
NamedRoute ( string name, string displayName, string url, RouteValueDictionary defaults, RouteValueDictionary constraints, RouteValueDictionary dataTokens, IRouteHandler routeHandler ) : System.Collections.Generic |
public NamedRoute ( string name, string url, IRouteHandler routeHandler ) : System.Collections.Generic | ||
name | string | |
url | string | |
routeHandler | IRouteHandler | |
return | System.Collections.Generic |
public NamedRoute ( string name, string url, RouteValueDictionary defaults, RouteValueDictionary constraints, IRouteHandler routeHandler ) : System.Collections.Generic | ||
name | string | |
url | string | |
defaults | RouteValueDictionary | |
constraints | RouteValueDictionary | |
routeHandler | IRouteHandler | |
return | System.Collections.Generic |
public NamedRoute ( string name, string url, RouteValueDictionary defaults, RouteValueDictionary constraints, RouteValueDictionary dataTokens, IRouteHandler routeHandler ) : System.Collections.Generic | ||
name | string | |
url | string | |
defaults | RouteValueDictionary | |
constraints | RouteValueDictionary | |
dataTokens | RouteValueDictionary | |
routeHandler | IRouteHandler | |
return | System.Collections.Generic |
public NamedRoute ( string name, string displayName, string url, MvcRouteHandler routeHandler ) : System.Collections.Generic | ||
name | string | |
displayName | string | |
url | string | |
routeHandler | MvcRouteHandler | |
return | System.Collections.Generic |
public NamedRoute ( string name, string displayName, string url, RouteValueDictionary defaults, RouteValueDictionary constraints, RouteValueDictionary dataTokens, IRouteHandler routeHandler ) : System.Collections.Generic | ||
name | string | |
displayName | string | |
url | string | |
defaults | RouteValueDictionary | |
constraints | RouteValueDictionary | |
dataTokens | RouteValueDictionary | |
routeHandler | IRouteHandler | |
return | System.Collections.Generic |