-1
public void KichenDetails(string KichenId)
{
if (string.IsNullOrEmpty(KichenId))
KichenId = "";
var result = new KitchenController().Index(KichenId);
result.Model.;// result contains model and other details as well
}
ここから助けてくれると思う[リンク](https://stackoverflow.com/questions/16870413/how-to-call-another-controller-action-from-a-controller-in- mvc) –
** [このようなもの](https://stackoverflow.com/questions/15385442/passing-data-between-different-controller-action-methods)** –