You are developing a Silverlight 4 application that will be hosted on a Web page named default.aspx. The application uses the following HTML markup. (Line numbers are included for reference only.)
01 <object data=”data:application/xsilverlight2,” type=”application/xsilverlight2″ width=”100%” height=”100%”>
02 <param name=”source” value=”ClientBin/SilverlightApplication2.xap”/>
03
04 </object>
You need to configure the plugin to enable the display of the contents of default.aspx on top of the application.
Which HTML markup should you insert at line 03?
A.
<param name=”enableRedrawRegions” value=”true” />
B.
<param name=”allowHtmlPopupWindow” value=”true” />
C.
<param name=”enableHtmlAccess” value=”true” />
D.
<param name=”windowless” value=”true” />