2011년 12월 10일 토요일

[MVC3] GET 파라미터 받기


HttpUtility.HtmlEncode 를 이용하여 파라미터를 받을 수 있다.
public string Browse(string genre)

{

string message = HttpUtility.HtmlEncode(“Store.Browse, Genre = “ + genre);

return message;

}

댓글 없음:

댓글 쓰기

팔로어