Log in | Jump |

jhollingworth

a blog about my life (twitter.com/jhollingworth)

Things tagged as monorail client browser castleproject web.

Monorail: Get client's browser

Posted on March 2nd by jhollingworth.
For future reference, to get the clients browser:     $Context.UnderlyingContext.Request.Browser.Browser This is infact accessing the HttpRequest.Browser property so you can then get all the usual info like browser version:     $Context.UnderlyingContext.Request.Browser.MajorVersion Hope this ...