示例#1
0
        // GET: Counter
        public ActionResult Index()
        {
            var p = _config.GetApiPath();

            return(JavaScript("var counterPath = \"" + p + "\""));
        }