Bladeren bron

2007-02-22 Igor Zelmanovich <[email protected]>

	* TemplateControl.cs: added missing property AppRelativeVirtualPath

svn path=/trunk/mcs/; revision=73320
Igor Zelmanovich 19 jaren geleden
bovenliggende
commit
58bdfc606e

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

@@ -1,3 +1,7 @@
+2007-02-22 Igor Zelmanovich <[email protected]>
+
+	* TemplateControl.cs: added missing property AppRelativeVirtualPath
+
 2007-02-21 Konstantin Triger <[email protected]>
 
 	* TemplateParser.cs: remove CodeGenerator.IsValidLanguageIndependentIdentifier

+ 9 - 0
mcs/class/System.Web/System.Web.UI/TemplateControl.cs

@@ -95,6 +95,15 @@ namespace System.Web.UI {
 			get { return true; }
 		}
 
+#if NET_2_0
+		
+		[MonoTODO ("NotImplementedException")]
+		public string AppRelativeVirtualPath {
+			get { throw new NotImplementedException(); }
+			set { throw new NotImplementedException (); }
+		}
+#endif
+
 		#endregion
 
 		#region Methods