开发者

Creating a skin engine in MVC

开发者 https://www.devze.com 2023-01-03 03:46 出处:网络
Does anyone have any experience creating a skin engine for asp.net MVC? I know the suggested approach is to use flexible markup with CSS, but I would like the ability for a new view to be dropped in,

Does anyone have any experience creating a skin engine for asp.net MVC? I know the suggested approach is to use flexible markup with CSS, but I would like the ability for a new view to be dropped in, and the application use that one instead of the default one.

Basically, I want to know how to tell the framework (at run time) to look into a specific folder for the views/content, and if the item isn't there to check the default locations.

I started to look into how t开发者_运维问答he Oxite blog engine does it, but it seems like that might be a bit much for what I need (I am still looking through it, so I could be wrong.) Any help is appreciated.


You need to change the ViewEngine a little bit.

See this post http://bartreyserhove.blogspot.com/2009/02/building-multi-tenant-applications-with_22.html

It can be done for partials and masterpage also.

0

精彩评论

暂无评论...
验证码 换一张
取 消