I have just started learning MVC and I am aware of the fact that when an action has the [ChildActionOnly] attribute, it cannot be invoked from the browser as a GET request and can only be accessed from a View.
Looking for some practical use cases where [ChildActionOnly] attribute can be used.
Linked to : Using ChildActionOnly in MVC