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

Choose the correct answer

Explanation

The Response.AddHeaders() method is used to insert HTTP headers directly into the output stream sent to the client, allowing control over HTTP response metadata.

What is the purpose of the Response.AddHeaders() met… — ASP.net | PakQuizHub