Hi, I have a form on which submit I want to redirect to another page but I want to open the redirected page in a new tab.
if (requestedDownloadLink != null)
return Redirect(requestedDownloadLink);
Hi, I have a form on which submit I want to redirect to another page but I want to open the redirected page in a new tab.
if (requestedDownloadLink != null)
return Redirect(requestedDownloadLink);