Код: Выделить всё
@{
Html.RenderAction("Index", "Logo");
Html.RenderAction("Index", "MainMenu");
}
Код: Выделить всё
[HttpPost]
public ActionResult Index(ManageAdministratorModel manageAdministratorModel)
{
// I save some of the fields to the database here.
return View(manageAdministratorModel);
}
Ошибка выполнения дочернего запроса для обработчика «System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper».
в этом случае линия
Код: Выделить всё
Html.RenderAction("Index", "Logo");
Подробнее здесь: https://stackoverflow.com/questions/192 ... er-in-view
Мобильная версия