How can i detected the browser type in my silverlight application?
for example i want to know if my silverlight application is running on IE or Firefox Or GoogleChrome...
i'm using silverlight 4 and my programming language is c#
|
How can i detected the browser type in my silverlight application? for example i want to know if my silverlight application is running on IE or Firefox Or GoogleChrome... i'm using silverlight 4 and my programming language is c# |
|||||||||
|
|
Use the Code Example (given a
I have IE 7 and Firefox 3.6.6 and it would seem that |
||||
|
|
|
If you are using JQuery, then u can use the Browser plugin of Jquery. if you are using JS but not JQuery, then can follow this example from w3schools |
|||
|
|
|
If you are using JavaScript, then you can use navigator.appName for getting name of the browser. |
||||
|
|