MenuRenderingNotification, add MenuItem that trigg...
# help-with-umbraco
l
I have a custom INotificationHandler that gets added when a user right clicks a specific contentType.Alias. Currently when they do this they get the default error:
Copy code
Request error: The URL returned a 404 (not found):
views/content/alias.html
Is it possible to just straight trigger an action when they click the custom MenuItem? Point to to a controller/method or something? I see that MenuItem has the property Action (IAction), does anyone have any pointers on how that works / how i can get it up and running? Thanks in advance!
Infact, looking at all the triggered actions from the out the box Umbraco menu items (create, delete etc), they all open an AngularJS view, so guessing this isnt possible.
8 Views