网友您好, 请在下方输入框内输入要搜索的题目:
YouareimplementinganASP.NETWebsitethatwillbeaccessedbyaninternationalaudience.Thesitecontainsglobalandlocalresourcesfordisplayelementsthatmustbetranslatedintothelanguagethatisselectedbytheuser.YouneedtoensurethattheLabelcontrolnamedlblCompanydisplaystextintheuser’sselectedlanguagefromtheglobalresourcefile.Whichcontrolmarkupshouldyouuse?()
A.<asp:LabelID="lblCompany"runat="server"meta:resourcekey="lblCompany"/>
B.<asp:LabelID="lblCompany"runat="server"Text="meta:lblCompany.Text"/>
C.<asp:LabelID="lblCompany"runat="server"Text="<%$Resources:lblCompanyText%>"/>
D.<asp:LabelID="lblCompany"runat="server"Text="<%$Resources:WebResources,lblCompanyText %>" />
参考答案