2005-01-21 Lluis Sanchez Gual <lluis@novell.com>
authorLluis Sanchez <lluis@novell.com>
Fri, 21 Jan 2005 18:03:15 +0000 (18:03 -0000)
committerLluis Sanchez <lluis@novell.com>
Fri, 21 Jan 2005 18:03:15 +0000 (18:03 -0000)
commit5064e232200cd152b92b0164c3a7b72aa7f73fc1
treecaf88eb028b223bd204e9f836e94723d28235650
parent0002a9258ca79eb502153a4c1205027405e3d7b3
2005-01-21  Lluis Sanchez Gual <lluis@novell.com>

* PageParser.cs: Read the MasterPageFile attribute.
* UserControlParser.cs: Not sealed any more since we need to inherit from
it. Added new constructor with an additional "type" parameter.
* MasterPageParser.cs: Parser for master pages.
* Page.cs: Added support for master pages.
* MasterPage.cs: Implemented.

svn path=/trunk/mcs/; revision=39318
mcs/class/System.Web/System.Web.UI/ChangeLog
mcs/class/System.Web/System.Web.UI/MasterPage.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.UI/MasterPageParser.cs [new file with mode: 0644]
mcs/class/System.Web/System.Web.UI/Page.cs
mcs/class/System.Web/System.Web.UI/PageParser.cs
mcs/class/System.Web/System.Web.UI/UserControlParser.cs