Previous PageNext Page

13.7.4 IResponse::Clear

The IResponse::Clear method erases any buffered HTML output.
 

HRESULT Clear(VOID)

Remarks

This method only erases the response body, it does not erase response headers. You can use this method to handle error cases. This method will cause a run-time error if Response.Buffer has not been set to True.
 

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page