4
I saw from the ASP.NET MVC documentation that the use of the attribute [ChildActionOnly]
prevents the method from being called directly via GET, only through a specific view. Frankly, I don’t understand. Someone can clarify?
Example of use:
[ChildActionOnly]
public ActionResult Resultado()
thanks for the participation, @iuristona!
– Tiago César Oliveira