System.Web.Routing.Route.Route C# (CSharp) Method

Route() public method

public Route ( string url, IRouteHandler routeHandler ) : System
url string
routeHandler IRouteHandler
return System
		public Route (string url, IRouteHandler routeHandler)
			: this (url, null, routeHandler)
		{
		}

Same methods

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