I saw through the ASP.NET MVC documentation that using the [ChildActionOnly]
attribute prevents the method from being called directly via GET, only through a specific view. Frankly, I did not get it. Can anyone clarify?
Example usage:
[ChildActionOnly]
public ActionResult Resultado()