@{
ViewBag.Title = "Detail";
Layout = "~/Views/Shared/_Layout.cshtml";
}
@model BookShopSys.Plus.Models.Book
@RenderSection("Top")
@RenderSection("Header")
@if (Model != null)
{
ISBN).jpg" alt="@Model.Title" />
@Html.Action("RecommedPartial", "BookShop", new { rid = Model.Id })
}
else
{
}
@RenderSection("Footer")