@model Yavsc.Models.Relationship.HyperLink @{ ViewData["Title"] = @SR["Delete"]; }

@SR["Delete"]

@SR["AreYourSureYouWantToDeleteThis"]

@SR["HyperLink"]


@Html.DisplayNameFor(model => model.HRef)
@Html.DisplayFor(model => model.HRef)
@Html.DisplayNameFor(model => model.Method)
@Html.DisplayFor(model => model.Method)
@Html.DisplayNameFor(model => model.ContentType)
@Html.DisplayFor(model => model.ContentType)
@Html.DisplayNameFor(model => model.Rel)
@Html.DisplayFor(model => model.Rel)