
In this quick post you will learn how a view can be rendered without its native ControllerAction method.
Why we need this?
Let’s look at the image.
In above image, you can see for each view we have matching controller action. Each ofthese actions contains a single line of code. In...