@model Yavsc.Models.Messaging.Announce @{ ViewData["Title"] = "Delete"; }

Delete

AreYourSureYouWantToDeleteThis

Announce


@Html.DisplayNameFor(model => model.For)
@Html.DisplayFor(model => model.For)
@Html.DisplayNameFor(model => model.Message)
@Html.DisplayFor(model => model.Message)
@Html.DisplayNameFor(model => model.Sender)
@Html.DisplayFor(model => model.Sender)
@Html.DisplayNameFor(model => model.Topic)
@Html.DisplayFor(model => model.Topic)