K
K
KisM2014-08-14 11:38:37
ASP.NET
KisM, 2014-08-14 11:38:37

How to redirect user from void MVC method?

Used backend for PlUpload - Backload. It has the ability to subscribe to events. I'm interested in the StoreFileRequestFinished that occurs when the file upload is finished. After it, I want to redirect the user to edit the uploaded files. How can this be done? In the general case, you need to return an ActionResult, but since the event is void, I can’t think of a solution.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Max Maximov, 2014-09-13
@maximka19

In general, it is recommended not to use the following, but still: have you tried Response.Redirect ?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question