public class HomeController : Controller           
{         //// GET: /Home/       
         [ActionNameAttribute("RightNotIndex")]         
        public string Index()       
         {            
            return"Bingo!";       
         }          
 } 

so as you can see

 and 

posted on 2013-06-19 23:55  Nikain  阅读(421)  评论(0编辑  收藏  举报