Browser Specifics

From Visual WebGui Wiki

Jump to: navigation, search


Contents

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


Forum discussions

References

Articles

Personal tools