Click or drag to resize

MinIEVersion Enumeration

The minimum version of Internet Explorer that must be supported. This is a primary factor in determining which version of jQuery to use (unless overridden by the jQueryPathCompatibilityFeature). Used in the MinIEVersionCompatibilityFeature.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum MinIEVersion
Members
  Member nameValueDescription
IE66 IE6 must be supported. Not supported in jQuery after v1.12.
IE77 IE7 must be supported. Not officially supported in Bootstrap 3, but "Bootstrap should look and behave well enough". Not supported in jQuery after v1.12.
IE88 IE8 must be supported. The minimum version officially supported by Bootstrap 3, however, IE8 "requires the use of Respond.js to enable media query support". Not supported in jQuery after v1.12.
IE99 IE9 must be supported. The minimum version recommended for use with jQuery beyond v1.12. Still supported with jQuery v3.3.1.
IE1010 IE10 must be supported. The minimum version officially supported by Bootstrap 4.
IE1111 IE11 must be supported.
Edge12 Edge, the IE successor, must be supported, but no versions of pre-Edge Internet Explorer.
See Also