Sfoglia il codice sorgente

* PageParser.cs: Ignore the SmartNavigation attribute for now.

svn path=/trunk/mcs/; revision=20907
Jackson Harper 22 anni fa
parent
commit
e2e2967bf0

+ 4 - 0
mcs/class/System.Web/System.Web.UI/ChangeLog

@@ -1,3 +1,7 @@
+2003-12-08  Jackson Harper <[email protected]>
+
+	* PageParser.cs: Ignore the SmartNavigation attribute for now.
+	
 2003-12-05  Jackson Harper <[email protected]>
 
 	* DataBinder.cs (GetIndexedPropertyValue): Check if container is

+ 1 - 0
mcs/class/System.Web/System.Web.UI/PageParser.cs

@@ -175,6 +175,7 @@ namespace System.Web.UI
 			GetString (atts, "ErrorPage", null);
 			GetString (atts, "Trace", null);
 			GetString (atts, "TraceMode", null);
+			GetString (atts, "SmartNavigation", null);
 			GetBool (atts, "ValidateRequest", true);
 
 			base.ProcessMainAttributes (atts);