Which code segment should you add?

If the canvas element is supported by the client browser, the application must display “London 2012” in the footer as text formatted by JavaScript at the end of the _Layout.cshtml file.
You need to modify the layout to ensure that “London 2012” is displayed as either formatted text or as plain text, depending on what the client browser supports.
Which code segment should you add?
A.
@(Request,Browser.JavaApplets ? new HtmlString(“London 2012”) : null)

B. London 2012
C. London 2012
D.
London 2012

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.