public class HomeController : Controller
{ //// GET: /Home/
[ActionNameAttribute("RightNotIndex")]
public string Index()
{
return"Bingo!";
}
}
{ //// GET: /Home/
[ActionNameAttribute("RightNotIndex")]
public string Index()
{
return"Bingo!";
}
}
so as you can see
and 
浙公网安备 33010602011771号