ASP.NET vistualizes the file system with something called a
virtual path provider. You could implment this API and then ASP.NET will call into you to load the file (instead of looking on disk). Your implementation could then load it from a database or anywhere.
BrockAllen
All-Star
27534 Points
4907 Posts
MVP
Re: Loading external views in ASP.NET MVC
Mar 28, 2012 01:02 PM|LINK
ASP.NET vistualizes the file system with something called a virtual path provider. You could implment this API and then ASP.NET will call into you to load the file (instead of looking on disk). Your implementation could then load it from a database or anywhere.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/