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
/
HRDC
/
HRDC
/
Views
/
ImageUploads
/
View File Name :
Details.cshtml
@model HRDC.Models.ImageUpload @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>Details</title> </head> <body> <div> <h4>ImageUpload</h4> <hr /> <dl class="dl-horizontal"> <dt> @Html.DisplayNameFor(model => model.ImageTitle) </dt> <dd> @Html.DisplayFor(model => model.ImageTitle) </dd> <dt> @Html.DisplayNameFor(model => model.ImageURL) </dt> <dd> @Html.DisplayFor(model => model.ImageURL) </dd> </dl> </div> <p> @Html.ActionLink("Edit", "Edit", new { id = Model.ImageID }) | @Html.ActionLink("Back to List", "Index") </p> </body> </html>