* TemplateControl.cs: added missing property AppRelativeVirtualPath svn path=/trunk/mcs/; revision=73320
@@ -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
@@ -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