[asp.net] Implemented the 4.0 type, FileLevelMasterPageControlBuilder
[mono.git] / mcs / class / System.Web / System.Web.UI / PageHandlerFactory.cs
index 1746e4d15155de107ccb7acb4cc3c8a0d06d57a9..9a882e38d2bd14f5ebda68f951a2c1df2ceaf556 100644 (file)
@@ -35,6 +35,10 @@ namespace System.Web.UI
 {
        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);