@model MileageTraker.Web.ViewModels.CreateLogViewModel @{ ViewBag.Title = "Success"; ViewBag.PageStyle = "~/Content/CreateLog/Index.css"; Layout = "~/Views/Shared/_Layout.cshtml"; } @{ @:
You've successfully created an entry for @Html.Encode(Model.EmployeeName) traveling to @Html.Encode(Model.CityName) on @Html.Encode(Model.Date) in VehicleId @Html.Encode(Model.VehicleId)
@Html.ActionLink("Create another", "Index", null, new { @class = "ui-button" })