Charset() public method

public Charset ( string charset ) : Response
charset string
return Response
コード例 #1
0
ファイル: ResponseTester.cs プロジェクト: kelong/JuniorRoute
			public void SetUp()
			{
				_response = new Response(HttpStatusCode.OK);
				_response.Charset("utf-8");
			}