@model MediaLibrary.Models.DeleteImageViewModel @{ ViewData["Title"] = "Delete"; var ImagePath = Model.ImageUrl; }