响应从.ashx文件重定向

Bal*_*lon 13 .net ashx

我有ashx文件,我想从ashx重定向到aspx页面.一些解决方案

Vit*_*sky 19

void ProcessRequest(HttpContext context)
{
     context.Response.Redirect(newUrl);
}
Run Code Online (Sandbox Code Playgroud)