ASP.NET MVC - Any reason to use App_Themes? -



ASP.NET MVC - Any reason to use App_Themes? -

is there advantage asp.net's app_themes folder taken advantage of in asp.net mvc, or using them content folder normal best way handle resources images, stylesheets, etc.

does fact they're in app_themes folder add together special them?

thanks,

james

app_themes regular asp.net, not mvc. themes scheme built on top of asp.net's event model, not used in mvc.

asp.net asp.net-mvc app-themes

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -