Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. @model SoftwareHut.ViewModels.Product.IndexViewModel
  2.  
  3. @{
  4. ViewBag.Title = "Index";
  5. }
  6.  
  7. <h2>Index</h2>
  8.  
  9. <div>
  10. <h4>IndexViewModel</h4>
  11. <hr />
  12. <dl class="dl-horizontal">
  13. </dl>
  14. </div>
  15. <p>
  16. @Html.ActionLink("Edit", "Edit", new { /* id = Model.PrimaryKey */ }) |
  17. @Html.ActionLink("Product", "Create", new { /* id = Model.PrimaryKey */ }) |
  18. @Html.ActionLink("Back to List", "Index")
  19. </p>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement