public ActionResult Preview(ListingModel model, FormCollection form) { return View("Preview",model); }
@using KebhariBlog.Models.Listing; @model ListingModel @using KebhariBlogBL.BL;
Hi: <input type="text" name="Text1" id="Text1" value=@Model.Title />
Hi: <label for="Text1">@Model.Title</label>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)