logo

Crowdly

Browser

Add to Chrome

Для чого призначений наступний код контролера: [HttpGet] public ActionResult ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Для чого призначений наступний код контролера:

[HttpGet]

public ActionResult Create() {

return View();

}

[HttpPost]

public ActionResult Create(Book book){

db.Books.Add(book);

db.SaveChanges();

return RedirectToAction("Index");

}
0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on dl.guscoll.com?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome