IResponse::Clear

The IResponse::Clear method erases any buffered HTML output. For more information, see the Clear method of the Response object.

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. Note that this method will cause a run-time error if Response.Buffer has not been set to TRUE.

See Also

Response Object