Normally, when we create a Controller
and associate a View
with a Action
, we right click on Action and Add View . Then it creates View
, folder, and so on.
Now, when there is already a View
, and I want to associate a Action
with this View
? How do I do this? With the right there is no existing Add view option or something similar. How do I link?