<Complete Reference Object Răspuns
Clear Metoda șterge orice ieșire HTML tamponata.
Note: Această metodă nu șterge anteturile de răspuns, numai corpul de răspuns.
Note: Dacă Response.Buffer este falsă, această metodă va provoca o eroare de run-time.
Sintaxă
response.Clear
Exemple
<%
response.Buffer=true
%>
<html>
<body>
<p>This is some text I want to send to the user.</p>
<p>No, I changed my mind. I want to clear the text.</p>
<%
response.Clear
%>
</body>
</html>
Output:
(nothing)
<Complete Reference Object Răspuns