t4mvc
T4MVC: Cannot use a leading .. to exit above the top directory
I\'m trying to use the T4MVC project from the MVCContrib project on codeplex (v2.6.13). I\'m using ASP.NET MVC 2 RTM running against .NET 4 in Visual Studio 2010.[详细]
2023-01-15 08:59 分类:问答T4MVC appears to be losing code it has already generated
I\'m having a problem with T4MVC losing the code it generated each time I do an SVN update. I can fix it by deleting the .generated.cs files and re-running the template. But this is proving a bit tire[详细]
2023-01-14 21:02 分类:问答How can you get T4 to skip transforming for custom methods?
Is there any attribute or other method of getting T4 to skip trying to transform custom methods? Where it shows a warning saying T4MVC.tt doesn\'t support MyController.Method because it doesn\'t retu[详细]
2023-01-08 17:08 分类:问答How do I test rendered views when using T4MVC with TestHelper?
How do I test which view was rendered from a controller action if what I get is a T4MVC_ActionResult? Under normal circumstances I should be able to directly use TestHelper\'s methods, like in the exa[详细]
2023-01-08 02:46 分类:问答RouteValueDictionary in querystring with t4mvc?
Whenever I use t4Mvc to create a form post Url, e.g. <% using (Html.BeginForm(MVC.Admin.Login.Index())) { %>[详细]
2023-01-06 04:55 分类:问答How to add reference an assembly that is not in the GAC from a t4mvc template (.tt)
I have found the place near the very top in a T4MVC template file (.tt) where assembly references can be add开发者_JS百科ed, which looks like:[详细]
2022-12-30 05:15 分类:问答T4MVC and duplicate controller names in different areas
In my application I have controller named Snippets both in default area (in application root) and in my area called Manage. I use T4MVC and custom routes, like this:[详细]
2022-12-30 02:57 分类:问答Problem setting up T4MVC and MVC 2
I\'m setting up T4MVC for MVC 2 on my website. I get 2 build errors: No overload for method \'Rende开发者_JS百科rAction\' takes 3 arguments in T4MVC.cs[详细]
2022-12-28 10:40 分类:问答Using T4MVC in real project
T4MVC is cool, but I have a couple of issues integrating it in my project, any help is really appriciated:[详细]
2022-12-27 23:08 分类:问答problem with routing/T4MVC Url.Action()
I have these 2 routes : routes.MapRoute(\"Agenda\", ConfigurationManager.AppSettings[\"eventsUrl\"] + \"/{year}/{month}\", MVC.Events.Index(), new { year = DateTime.Now.Year, month = DateTime.Now.Mon[详细]
2022-12-27 14:53 分类:问答
加载中,请稍侯......