본문 바로가기
공부/AJAX

AJAX) 요청 매개 변수 처리

by Ohming 2012. 3. 18.
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
public ActionResult ActionWithData(string name, string age)
        {
            return Content("

" + name + ":" + age + "

"); }

댓글