SanSYS

Untitled

Mar 10th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.40 KB | None | 0 0
  1. public Route(string url, IRouteHandler routeHandler);
  2. public Route(string url, RouteValueDictionary defaults, IRouteHandler routeHandler);
  3. public Route(string url, RouteValueDictionary defaults, RouteValueDictionary constraints, IRouteHandler routeHandler);
  4. public Route(string url, RouteValueDictionary defaults, RouteValueDictionary constraints, RouteValueDictionary dataTokens, IRouteHandler routeHandler);
Advertisement
Add Comment
Please, Sign In to add comment