Can I call from a function, an action method ??
function OnSuccess() { //например: html.Action("Index","Cart"); или html.Patrial("Index", "Cart"); } Can I call from a function, an action method ??
function OnSuccess() { //например: html.Action("Index","Cart"); или html.Patrial("Index", "Cart"); } Source: https://ru.stackoverflow.com/questions/700656/
All Articles