Sets the content type of the specified response object.
Syntax
setContentType( response , string )
response.setContentType( string )
Parameters
response
|
the response object to use.
|
string
|
the content type.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
Response.setContentType( ctype )
|