Exemple #1
0
        public ActionResult GetCommonCustomDefaultValuesJson(string flowId, string controlId)
        {
            string defaultValues = formApp.GetCommonCustomDefaultValuesJson(flowId, controlId);

            return(Content(defaultValues));
        }