Returns the content encoding of the specified response object.
Syntax
getContentEncoding( response )
response.getContentEncoding( )
Parameters
response
|
the response object to use.
|
Returns
string
|
the content encoding.
|
Notes
This method is only accessible by ss and by iScript Servlet.
Example
if isNull( Response( ).getContentEncoding( ) ) then
break
end
|