User Agent to Browser Version -
i'm trying run report of browser usage our web application, have full user agent. know of way browsers name , version via sql or c#?
using c#
, may try httpbrowsercapabilities
, example:
httpbrowsercapabilities bc = request.browser;
now, bc.browser
give name , bc.version
give version. taken here , may check httprequest.useragent property.
Comments
Post a Comment