@model MediaLibrary.Models.ImageProcessingModel @{ ViewData["Title"] = "Process"; var Title = Model.OriginalName; var ImagePath = Model.ImageUri; }