Browser detection

前端 未结 6 1445
春和景丽
春和景丽 2020-11-30 00:35

I need to separate IE and FF browsers from others

it\'s a pseudo-code :

If (CurrentBrowser == IE(6+) or FF(2+) )
{
...
}
else 
{
...
}
6条回答
  •  执笔经年
    2020-11-30 00:53

    use from

    Request.Browser
    

    this link will help you :

    Detect the browser using ASP.NET and C#

提交回复
热议问题