DetailForm.cshtml 108 B

1234567
  1. @{
  2. ViewBag.Title = "DetailForm";
  3. Layout = "~/Views/Shared/_Form.cshtml";
  4. }
  5. <h2>DetailForm</h2>