Hi, I want to return a partialview with a model, this action should be called from a ajax call, but it seem like I'm caught in limbo since I think I need to inherit from the UmbracoApiController, but when I do that I cannot return a PartialView, and if I use a controller that inherits from RenderController I can return a partialview but I cannot access the endpoint, I tried to decorate the action with a route path but it never hit the action. Any advice is appreciated.
call endpoint and return partial view
Hi, I want to return a partialview with a model, this action should be called from a ajax call, but it seem like I'm caught in limbo since I think I need to inherit from the UmbracoApiController, but when I do that I cannot return a PartialView, and if I use a controller that inherits from RenderController I can return a partialview but I cannot access the endpoint, I tried to decorate the action with a route path but it never hit the action. Any advice is appreciated.
is working on a reply...