I have an action whithin a Macro partial. The problem comes when I try to get TempData from the partial view i return from the action isn't able to get the TempData variable.
BTW, I set TempData in my post function. If I do return CurrentUmbracoPage it won't work, but instead, if I do RedirectToCurrentUmbracoPage, it works.
Is it a bug? Or is there any special procedure to get that?
How to get TempData in a macro partial?
Hi,
I have an action whithin a Macro partial. The problem comes when I try to get TempData from the partial view i return from the action isn't able to get the TempData variable.
BTW, I set TempData in my post function. If I do return CurrentUmbracoPage it won't work, but instead, if I do RedirectToCurrentUmbracoPage, it works.
Is it a bug? Or is there any special procedure to get that?
Thanks!
I'm also facing a similar issue, there is a situation where I want to populate TempData and then return CurrentUmbracoPage().
Did you get anywhere with this?
Thanks
Similar issue. Why is no one responding to these forums?
is working on a reply...