C# Class Web.NavigationRoutes.NamedRoute

Inheritance: System.Web.Routing.Route
ファイルを表示 Open project: TargetProcess/DevOpsTask Class Usage Examples

Public Methods

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

Method Details

NamedRoute() public method

public NamedRoute ( string name, string url, IRouteHandler routeHandler ) : System.Collections.Generic
name string
url string
routeHandler IRouteHandler
return System.Collections.Generic

NamedRoute() public method

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

NamedRoute() public method

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

NamedRoute() public method

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

NamedRoute() public method

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