Пример #1
0
        public async Task <string> TestResult()
        {
            string result       = "";
            string RequestParam = Request.Content.ReadAsStringAsync().Result;

            result = await HXManager.testx("453");

            return(result);
        }
Пример #2
0
        public async Task <string> TestResult()
        {
            var    ss     = Request.Params;
            var    dd     = Request.Form["ss"];
            string result = "";

            result = await HXManager.testx(dd);

            return(result);
        }