unit exam routes
let's contend i have tangible route:
routes.add(new route("users/{id}", new mvcroutehandler())
{
defaults = new routevaluedictionary(new { controller ="userinfo", movement = "userinformation",
id = ""}),
});
so, am i going emanate section exam pledge users/123 presented url movement slight userinformation unequivocally called, 123 parameter?
the reason i asked since i have typed wrong name i mention routevaluedictionary, i have mistyped userinformationss gait userinformation. there anyway hinder this?
Comments
Post a Comment