saeed31641
چهارشنبه 06 اسفند 1393, 11:49 صبح
سلام من یه ادرسی دارم به اینصورت
http://localhost:7776/Home/Details/4
حالا اینو میخام به اینصورت بنویسم
تست سوال/http://localhost:7776/4
یا
تست سوال/http://localhost:7776/Details/4
اینم کدهایی که نوشتم
routes.MapRoute(
"news", // Route name
"{controller}/{action}/{title}/", // URL with parameters
new { controller = "Home", action = "Details", title = "" } // Parameter defaults
);
@Html.ActionLink(@item.FTopicnews, "Details", "Home", new { id = item.ID_news ,title=item.FTopicnews}, new { Style="color:blue"})
http://localhost:7776/Home/Details/4
حالا اینو میخام به اینصورت بنویسم
تست سوال/http://localhost:7776/4
یا
تست سوال/http://localhost:7776/Details/4
اینم کدهایی که نوشتم
routes.MapRoute(
"news", // Route name
"{controller}/{action}/{title}/", // URL with parameters
new { controller = "Home", action = "Details", title = "" } // Parameter defaults
);
@Html.ActionLink(@item.FTopicnews, "Details", "Home", new { id = item.ID_news ,title=item.FTopicnews}, new { Style="color:blue"})