Пример #1
0
        private static IHttpHandler GetHttpHandler(HttpContextBase httpContext)
        {
            MvcVerificationHttpHandler verificationHandler = new MvcVerificationHttpHandler();

            verificationHandler.PublicProcessRequest(httpContext);
            return(verificationHandler.HttpHandler);
        }
Пример #2
0
 private static IHttpHandler GetHttpHandler(HttpContextBase httpContext) {
     MvcVerificationHttpHandler verificationHandler = new MvcVerificationHttpHandler();
     verificationHandler.PublicProcessRequest(httpContext);
     return verificationHandler.HttpHandler;
 }