Will code in finally run after a redirect?

后端 未结 10 1314
别跟我提以往
别跟我提以往 2021-01-02 11:08

Take for example the following code:

   try
   {
      Response.Redirect(someurl);
    }
    finally
    {
       // Will this code run?
    }
10条回答
提交回复
热议问题