3:25 PM0 Comments
Referred URL http://www.kunal-chowdhury.com/2011/08/how-can-you-detect-browser-information.html Detecting browser information is not much difficult. You can use the inbuilt HtmlPage class available in the namespace called System.Windows.Browser. The class has static property called BrowserInformation of typeBrowserInformation. This returns the following properties: public sealed class BrowserInformation{ public string ProductName { get; } public...