Is there a way to restrict the options available in the view data class select list in the MVC add view dialog box. I really would only like to have models from a single assembly in it?
A:
Just skip the ViewData class and type it in manually after the view is created. I find that faster than scrolling through that awefull list.
Todd Smith
2010-10-30 00:14:27
A:
When you start typing the list filters itself so that you can find the type more easily.
Darin Dimitrov
2010-10-30 06:35:57