Moderate

What is the significance of Response.AddHeaders( ) ?

Correct answer: A. Adds HTTP Headers to output stream

  • A. Adds HTTP Headers to output stream
  • B. Adds Tag to rendered Page
  • C. Add Headers to the web site
  • D. None of the above

Explanation

`Response.AddHeader` adds an HTTP header to the response sent to the client, such as a cache-control directive. It does not add an HTML tag or create a header for the entire website.

Last updated

Practise Web and Mobile Development

268 free Web and Mobile Development MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions