From d380ffbb48249335bf8419d9d515f57b4173d643 Mon Sep 17 00:00:00 2001 From: fquiroz01 Date: Thu, 13 Nov 2014 22:05:39 -0500 Subject: [PATCH] Add IE9 and newer to Up level navigator This line enable the ASP Javascript validators in IE9 and upper. the user agent the IE10 is "Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)". --- mcs/class/System.Web/UplevelHelperDefinitions.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mcs/class/System.Web/UplevelHelperDefinitions.xml b/mcs/class/System.Web/UplevelHelperDefinitions.xml index 5476f9535a6..5add6d9d453 100644 --- a/mcs/class/System.Web/UplevelHelperDefinitions.xml +++ b/mcs/class/System.Web/UplevelHelperDefinitions.xml @@ -93,7 +93,11 @@ definition correctly. - + + + + + -- 2.25.1