- I am trying to redirect to an action in my controller-classes.
We found below solution
http://www.dnnsoftware.com/forums/threadid/528496/...
var routeVals = TypeHelper.ObjectToDictionary(RouteData.Values);
routeVals["controller"] = "Users";
routeVals["action"] = "WelcomePage";
return Redirect(ModuleRoutingProvider.Instance().GenerateUrl(routeVals, ModuleContext));
http://bhmsqldev01.crcins.com/dnn/targetappraisers...moduleId/2665/Count/2/controller/Users/action/WelcomePage?Keys=System.Collections.Generic.Dictionary%602+KeyCollection[System.String,System.Object]&Values=System.Collections.Generic.Dictionary%602+ValueCollection[System.String,System.Object]
http://bhmsqldev01.crcins.com/dnn/targetappraisers/ Log-In-Renew-Coverage/ WelcomePage