As you know, when we add a Controller from "MVC5 controller with views, using Entity Framework", We get Create, Delete, Details, Edit and Index view. Now I add new View to my custom T4 for Controller.
I want to add my Custom View to that Standard Views when I add new Controller addition.
thanks