8/5/14

this is example to change controller name to other name in the url

routes.MapRoute( "sample",

"nick/{action}",

new { controller = "Sample", action = "Verify" });

this is example to change controller name to other name in the url
);

No comments: