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

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -