2019年2月18日 星期一

(string) helper.ViewContext.RouteData.Values["controller"];

ASP.NET MVC 如何判斷現在是哪一頁
https://demo.tc/post/517

            var currentControllerName =
                (string) helper.ViewContext.RouteData.Values["controller"];

            var currentActionName =
                (string) helper.ViewContext.RouteData.Values["action"];

沒有留言:

張貼留言