What is the purpose of the Response.ClearHeaders() method?

Choose the correct answer

Explanation

Response.ClearHeaders() is used to remove all HTTP headers that have been added to the response buffer before the response is sent to the client. It does not affect the page content or HTML sections.

What is the purpose of the Response.ClearHeaders() m… — ASP.net | PakQuizHub