在MVC里如何获取转跳页面
public class HomeController : Controller{ public ActionResult test() { 在此如何获取是哪个页面调用此方法的? } ..........}