asp.net mvc - Render different CSS when page is accessed from different domain -


i have asp.net mvc app. want run single instance of app. 2 different domains point app. want apply different css each 1 of them. app_name_1.com use different css app_name_1.com.

i wanted create 2 bundles of styles , in layout page check request coming , render different bundle based on that.

i'm wondering whether work. there different approach solve this?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -