Microsoft
70-519 · Question #139
You are designing an ASP.NET Web application that will be accessed only by a proprietary user agent. The user agent is unable to read the default HTML encoding produced by the Web application. You…
The correct answer is B. Create a class derived from HttpEncoder. See the full explanation below for the reasoning.
Question
You are designing an ASP.NET Web application that will be accessed only by a proprietary user agent. The user agent is unable to read the default HTML encoding produced by the Web application. You need to recommend an approach for allowing the user agent to process the Web application output. What should you recommend?
Options
- ACreate a class derived from System .Text. Encoder.
- BCreate a class derived from HttpEncoder.
- CCreate a class derived from HttpEncoder.
- DCreate a class derived from System.Text.Encoder.
How the community answered
(51 responses)- A10% (5)
- B82% (42)
- C2% (1)
- D6% (3)
Community Discussion
No community discussion yet for this question.