I seem to be having a difficult getting something that should be easy. From within my view, using Razor, I\'d like to get the name of the current controller. For example, if
Also if you want to get the full controller's name (with "Controller" ending) you can use:
ViewContext.Controller.GetType().Name