你使用拖放控件到 Visual Studio 2005 頁面設(shè)計器的方式,給 ASP.NET Web 窗體增加了一個用戶控件 MyControl。請問,Visual Studio 給你的 Web 窗體做了那些變化?()
A.為 Web 窗體的 body 增加了<control id="MyControl1" Runat="server" />元素。
B.為 Web 窗體增加了@ Register 標(biāo)記。
C.為 Web 窗體的 body 增加了<uc1:MyControl id="MyControl1" Runat="server" /> 元素。
D.在 Web 窗體的節(jié)增加了<meta control="MyControl">
元素。
E.為 Web 窗體增加了@ Control 標(biāo)記。