Rex dotNET學習筆記
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"];
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言