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

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -