标签:
#region 获取控制器名称与动作 protected void GetNameSpace() { var nameSpace = this.RouteData.Values["controller"] + "." + this.RouteData.Values["action"] + "."; ViewBag.NameSpace = nameSpace; } #endregion
标签:
原文地址:http://www.cnblogs.com/shuai-bySty/p/5179581.html