BlogSharp.Web._Default.Page_Load C# (CSharp) Method

Page_Load() public method

public Page_Load ( object sender, System e ) : void
sender object
e System
return void
        public void Page_Load(object sender, System.EventArgs e)
        {
            HttpContext.Current.RewritePath(Request.ApplicationPath, false);
            IHttpHandler httpHandler = new MvcHttpHandler();
            httpHandler.ProcessRequest(HttpContext.Current);
        }
_Default