Exemple #1
0
        public static string Action <TController>(string action) where TController : BaseController
        {
            var url = UrlUtil.Action <TController>(action);

            return(url);
        }