0

I was using T4MVC in my MVC projects to avoid as much magic string as possibile.

I would like to know if there is something similar for ASP.Net Web Forms that generates strongly typed links to the aspx pages and ascx controls.

Thanks.

4

1 に答える 1

0

See this previous question: Is there an equivalent of T4MVC for webforms?.

Basically, check out http://blogs.msdn.com/b/davidebb/archive/2009/07/12/asppathguru-a-little-t4-love-for-asp-net-webforms.aspx, which I did a few years ago. I haven't tried it in a while, so I can't guarantee it's in good shape, but give it a try!

于 2012-08-14T16:56:16.773 に答える