2005-09-06 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Tue, 6 Sep 2005 21:40:06 +0000 (21:40 -0000)
committerChris Toshok <toshok@novell.com>
Tue, 6 Sep 2005 21:40:06 +0000 (21:40 -0000)
commit736f8356c48895dfbf2d317a7fa39d1a9f4fad6b
tree576e8f9416952737f88f45619c2a3b9439a73e7c
parent29b42947bb854295a67abc875391333b5340c6b3
2005-09-06  Chris Toshok  <toshok@ximian.com>

* HtmlHead.cs (AddParsedSubObject): nuke, not in corcompare.
(AddedControl): move the HtmlTitle logic here.
(RemovedControl): clear out the title if that was the control that
was removed.

* HtmlLink.cs: new implementation.

* HtmlMeta.cs: new implementation.

svn path=/trunk/mcs/; revision=49581
mcs/class/System.Web/System.Web.UI.HtmlControls/ChangeLog
mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlHead.cs
mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlLink.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.UI.HtmlControls/HtmlMeta.cs [new file with mode: 0644]