You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the only way to handle redirects in a DNN MVC Controller is using the DnnUrlHelper with the MVC command Redirect. It is very common to start scattering your controller code with Actions that look like the snippet below:
The proposed new API is not to replace the existing API but another way to do the same thing. Both APIs are valid in aspnet mvc and we should support both.
Affected version
Since the DnnUrlHelper API was added to the DnnController in 9.2 it only applies to 9.2
9.2
Affected browser
Not Applicable
The text was updated successfully, but these errors were encountered:
Description
Currently the only way to handle redirects in a DNN MVC Controller is using the
DnnUrlHelper
with the MVC commandRedirect
. It is very common to start scattering your controller code with Actions that look like the snippet below:Existing API
Proposed New API
The proposed new API is not to replace the existing API but another way to do the same thing. Both APIs are valid in aspnet mvc and we should support both.
Affected version
Since the
DnnUrlHelper
API was added to theDnnController
in 9.2 it only applies to 9.2Affected browser
Not Applicable
The text was updated successfully, but these errors were encountered: