[OutputCache] problem in Html.RenderAction()
When I use Html.RenderAction("AddProduct") in a view page ~/Views/Product/Test.aspx, and the Action "AddProduct" has the [OutputCache] attribute.
The problem is that the Action "AddProduct" 's [OutputCache] attribute has affected the view page ~/Views/Product/Test.aspx .
Could you please tell me How to made the Action "AddProduct" 's [OutputCache] attribute do not affect the view page ~/Views/Product/Test.aspx that has Html.RenderAction("AddProduct") ?