C# Class Subtext.Framework.UrlManager.PageHandlerFactory

System.Web.UI.PageHandlerFactory is internal. We need the option to load our own classes with this for the virtual mapping. With the virtual mapping default documents will not be loaded. if no page is found, we will use attempt to load default.aspx in the current directory
Show file Open project: ayende/Subtext

Public Methods

Method Description
GetHandler ( HttpContext context, string requestType, string url, string path ) : IHttpHandler

Method Details

GetHandler() public static method

public static GetHandler ( HttpContext context, string requestType, string url, string path ) : IHttpHandler
context System.Web.HttpContext
requestType string
url string
path string
return IHttpHandler