@Html.Action("Foo", "Bar", new {bar="Qux"})
...is gonna run this action in the BarController:
public ActionResult Foo(string baz) {
No comments:
Post a Comment