Atomia.Web.Frame.MvcApplication.Application_ResolveRequestCache C# (CSharp) Метод

Application_ResolveRequestCache() защищенный Метод

Handles the ResolveRequestCache event of the Application control.
protected Application_ResolveRequestCache ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void
        protected void Application_ResolveRequestCache(object sender, EventArgs e)
        {
            if (this.HandlerClass != null)
            {
                this.HandlerClass.Application_ResolveRequestCache(sender, e);
            }
        }