Exemplo n.º 1
0
        public JsonResult Add(int pageSectionId, string containerElementId, string elementBody)
        {
            elementBody = elementBody.Replace("animated bounce", string.Empty);

            _pageComponentTypeService.Add(pageSectionId, containerElementId, elementBody);

            return(Json(new { State = true }));
        }
Exemplo n.º 2
0
        public JsonResult Add(int pageSectionId, string containerElementId, string elementBody)
        {
            _pageComponentTypeService.Add(pageSectionId, containerElementId, elementBody);

            return(Json(new { State = true }));
        }