Setting Chrome to render ASP.Net mobile -


i using functionality in asp.net detects if browser on mobile device , redirects page has *.mobile.cshtml. working great long i'm using mobile device, can't seem figure out how chrome or firefox use *.mobile.cshtml files instead of standard .cshtml files.

i've tried setting chrome emulation use iphone, still rendering standard pages.

is there setting in vs or chrome tell asp.net render mobile version?


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -