Charset() 공개 메소드

public Charset ( string charset ) : Response
charset string
리턴 Response
예제 #1
0
			public void SetUp()
			{
				_response = new Response(HttpStatusCode.OK);
				_response.Charset("utf-8");
			}