GetContent

 

Description

 

Retrieves raw content from the page.

 

Arguments

 

Name

Type

I/O

Description

URL

String

In

The page of interest (blank for the current page).

StartOffset

Long Integer

In

The offset of the first byte to be retrieved.

Length

Long Integer

In

The number of bytes to retrieve.

 

Return Value

 

String: the raw data in the specified byte range.

 

Example

 

REM Get the raw page content:

MyText = WebsterPro1.GetContent(““, 0, WebsterPro1.GetContentSizeRead(““))

 

Remarks

 

This method can be applied to the current visible page or to any other page in cache.