[asp.net] Implemented the 4.0 type, FileLevelMasterPageControlBuilder
[mono.git] / mcs / class / System.Web / System.Web.UI / PageHandlerFactory.cs
index 4a462ee56547cf11cf5253a0f816d8334db9dc01..9a882e38d2bd14f5ebda68f951a2c1df2ceaf556 100644 (file)
@@ -33,8 +33,12 @@ using System.Web.Compilation;
 
 namespace System.Web.UI
 {
-       class PageHandlerFactory : IHttpHandlerFactory
+       public class PageHandlerFactory : IHttpHandlerFactory
        {
+               protected internal PageHandlerFactory ()
+               {
+               }
+               
                public virtual IHttpHandler GetHandler (HttpContext context, string requestType, string url, string path)
                {
                        return PageParser.GetCompiledPageInstance (url, path, context);