public ActionResult GetFormJson(string keyValue) { var data = c_contentApp.GetForm(keyValue); return(Content(data.ToJson())); }