ASHISH SRIVASTAVA
(Move to ...)
▼
Monday 12 December 2016
Get Web Browser Name In C#
public
string
GetWebBrowserName()
{
string
WebBrowserName =
string
.Empty;
try
{
WebBrowserName = HttpContext.Current.Request.Browser.Browser;
}
catch
(Exception ex)
{
throw
new
Exception(ex.Message);
}
return
WebBrowserName;
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment