Declined
Last Updated: 10 Jun 2021 10:56 by ADMIN
Vasili
Created on: 15 Jan 2013 10:55
Category: UI for ASP.NET MVC
Type: Feature Request
2
Improve CrugOperationBuilder and other url builders to support aditional actions and make them more Resharper friendly by adding annotations
For R# action annotations details please check the following link - http://blogs.jetbrains.com/dotnet/2011/12/providing-intellisense-navigation-and-more-for-custom-helpers-in-aspnet-mvc/

And regarding additional actions for url builders - usually I have the action which provides the data for the grids in the same controller so I would prefer to write "... .Read(read => read.Action("LoadSitesData", new { id = Model.StudyId })" instead of "... .Read(read => read.Action("LoadSitesData", "StudySitesAdministration", new { id = Model.StudyId })"
0 comments