|
Categories: Browsers
|
Tags: Architects, Developers, Visual WebGui Pipeline, 1. Beginner, 2. Intermediate, 3. Advanced, ASP.NET, Pre v6.3, v6.3, v6.4 and Later
Revision:
1
Posted:
12/Aug/2009
Updated:
16/Oct/2010
Status:
Publish
Types: Article
|
This article missing it's contents and needs writing.
Browser Specifics
Future contents
This article should discuss various general and browser specific information related to browsers. Code samples should be provided where relevant. Also, where relevant, seperate sections should be kept for each browser type. This article could also serve as an overview page for differences between browsers, with references to specific sections within the controls, where specific browser behaviours are discussed.
General browser information
Detecting Browser Type
Examine VWGContext.Current.HttpContext.Request and take a look there. Specifics that can be of help.
- VWGContext.Current.HttpContext.Request.Browser.Type
- VWGContext.Current.HttpContext.Current.Request.UserAgent
- VWGContext.Current.HttpContext.Request.UserHostAddress
ReferencesArticles
About the author