您的位置:首页 > 编程语言 > ASP

ASP.NET MVC 4 - ActionNameAttribute

2013-06-19 23:55 218 查看
public class HomeController : Controller

{ //// GET: /Home/

[ActionNameAttribute("RightNotIndex")]

public string Index()

{

return"Bingo!";

}

} so as you can see


and
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: