Просмотр исходного кода

2003-10-13 Gonzalo Paniagua Javier <[email protected]>

	* Directive.cs: new attribute for @Page directive in 1.1.

svn path=/trunk/mcs/; revision=18942
Gonzalo Paniagua Javier 22 лет назад
Родитель
Сommit
aa9b15aebe

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

@@ -1,3 +1,7 @@
+2003-10-13  Gonzalo Paniagua Javier <[email protected]>
+
+	* Directive.cs: new attribute for @Page directive in 1.1.
+
 2003-10-11  Gonzalo Paniagua Javier <[email protected]>
 
 	* AspParser.cs:

+ 1 - 1
mcs/class/System.Web/System.Web.Compilation/Directive.cs

@@ -23,7 +23,7 @@ namespace System.Web.Compilation
 						"Inherits", "Language", "LCID", "ResponseEncoding",
 						"Src", "SmartNavigation", "Strict", "Trace",
 						"TraceMode", "Transaction", "UICulture",
-						"WarningLevel", "CodeBehind" };
+						"WarningLevel", "CodeBehind" , "ValidateRequest" };
 
 		static string [] control_atts = { "AutoEventWireup", "ClassName", "CompilerOptions",
 						  "Debug", "Description", "EnableViewState",