0
kicks
ASP.NET MVC dynamic view sections
How to create a change settings page on which various sections can be rendered based on which plugins are loaded in the application. To do this, I quickly hacked together a SettingsViewModel, to which can be add all section view models no matter what type they are. Read article to see example code.