I have tried to fetch the document mode of internet explorer while page request in C#. but i failed on this. Please have a look on my tried codes snippets.
<code>
[C#]
BrowserCapabilities bcBrowser = new BrowserCapabilities( this.Page.Request );
</code>
but i unable to get the document mode of IE browsers in bcBrowser object. Please suggest me some ideas to fetch the document mode of IE 11 browser in C#
Thanks in advance.
Regards, Gurunathan