var categoryKey = Model.categoryId(ViewBag.Category);
string categoryAction = "Edit?id=" + categoryKey.ToString();
@MvcHtmlString.Create(@Html.ActionLink("Cancel", @categoryAction, "SampleCategory").ToString().Replace("%3f", "?").Replace("%3d", "="))
No comments:
Post a Comment