I have downloaded the following zip. http://www.palmmedia.de/Blog/Download/f0f3664d-3199-4095-bb15-815cf9f3ef2e
I have a view that enumerates over a model. Outside of the grid that enumerates over the model, I want to have a create link that accepts a parameter of MeetingActionId, that will bind the ActionUpda
I have a working Html.RouteLink that I want t开发者_如何学Goo convert to T4MVC. The working RouteLink code is as follows:
I must be missing something, but... Say I have the following Ajax form: using (Ajax.BeginForm(MVC.Admin.TutorEditor.AddTutorCourse(Model.TutorName, TutorRoleId, CourseId),
T4MVC is working fine everywhere except in Areas. In Areas, it picks up the Controllers and the Actions, but not the Views.
I created MVC project and added \"Class1.cs\" to it(in the same project) Class1 code: u开发者_运维知识库sing System;
I am having trouble using T4MVC VB with Visual Studio 2010 Express Edition. I can reference the T4MVC classes in my controllers, but I cannot access them in my views (where I actually need them).
I just create an empty MVC2 project. Add an Area and a controller and a view to it. Include T4MVC files into the project and run the custom tool.
this may or may not be possible (and could well be in the docs but i\'ve just missed it). How do i structure a Url.Action() inside my view using T4MVC that will allow me to use jQuery selectors. I\'v
Has anyone tried to make T4MVC work in MonoDevelop? Out of the box, I get this error: Could not resolve include file \'T4MVC.settings.t4\'.