I have made a web browser in C#, but i want an option like use as a mobile browser, like which contents of websites will load as mobile browser like if at that moment user browses www.facebook.com it will automatically go to m.facebook.com such as our mobile phone browsers does.
I can make this by replacing www to m by String Changing but some other sites like blogspot sites has two different views for mobile and web in one domain of {myblog}.blogspot.com
So for these cases, is it possible to load contents as mobile browser in my winform web browser {im using C#}
EDIT: I meant something like User Agent