- Changed ReflectionBasedDictionaryAdapter to ignore calls to Remove instead of throw...
[castle.git] / MonoRail / TestSite / views / layouts / master.aspx
blob6fdec02e40337f331b41d0a4e959e43f8b4e7e50
1 <%@ Page Inherits="Castle.MonoRail.Framework.Views.Aspx.MasterPageBase" %>
2 <%@ Register tagprefix="rails" namespace="Castle.MonoRail.Framework.Views.Aspx" assembly="Castle.MonoRail.Framework" %>
3 Welcome!
4 <p><rails:Contents id="contents" runat="server" EnableViewState="False"/></p>
5 Footer