Returns an object containing the content at the specified url or url connection object.
Syntax
getContent( url )
url.getContent( )
getContent( urlconnection )
urlconnection.getContent( )
Parameters
url
|
the url object to use.
|
urlconnection
|
the url connection object to use.
|
Returns
Example
content = u.getContent( )
|