[CLOSED] Application.Download possibility to set the target

Answered
0
0

Hello,

in my App some times i use Application.Download(Stream, String), so i sow that at the final it call Application.Navigate without specify the target, so it do a ‘window.location.href = ‘….’, in my app i got a beforeunload event and when i call the download it fires every time and i can’t know if that was called from download or closing browser, and the function that i got in the beforeunload event clear my session and do a logout.

I want to get the possibility to specify the target (_blank) in the download, in this case my app do not fire the beforeunload event and can download the specified file without problems.

Thanks

  • You must to post comments
Best Answer
0
0

Hi Tiago,

contacted you privately with the example of the solution that i found.

  • You must to post comments
0
0

Hi,

Can you attach a sample? If not, please modify Download example to fit your use case and attach it.

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.