I\'m trying to replace part of a page with a partial view in ASP.Net MVC 5 (Visual Studio 13) using the following:
Views/Book/Index.cshtml:
Turns out that jquery.unobtrusive-ajax.js is not included by default. Adding it solved the problem.