Exemplo n.º 1
0
 public JsonResult SetCategory(string name)
 {
     UmbracoCustom.SetPreValue(UmbracoType.Category, name);
     return(Json("Success"));
 }