Add BlogPostViewModel for view specific processing
This commit is contained in:
parent
647696aa92
commit
dda522d221
6 changed files with 34 additions and 18 deletions
|
@ -1,5 +1,4 @@
|
|||
@using Website.Models;
|
||||
@model BlogPost;
|
||||
@model BlogPostViewModel;
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Home";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue