Which method enables writing output with formatting capabilities?

Choose the correct answer

Explanation

The method Response.Output.Write() supports formatted output, while Response.Write() does not. Therefore, only Response.Output.Write() allows writing formatted output.

Which method enables writing output with formatting … — ASP.net | PakQuizHub