GetLogData Method (.NET)

 

Returns: A string containing an HTML image source tag with query string paramaters that hold the name/value pairs for the data to be logged. This string must be inserted anywhere between the web page's opening and closing BODY tag for the information to be written by the BRWS.

 

This method functions much like the LogData method, except that it returns the image tag as a string, rather than insert it directly into the browser's Response object as is done by LogData.

 

See Also:

LogData Method

LogOptions class