ContentType() public method

public ContentType ( string contentType ) : Response
contentType string
return Response
Esempio n. 1
0
			public void SetUp()
			{
				_response = new Response(HttpStatusCode.OK);
				_response.ContentType("text/html");
			}