Пример #1
0
 public ActionResult AddTag(Tag tag)
 {
     _tagManager.AddNewTags(tag.TagName);
     return(RedirectToAction("ManageTags"));
 }