试题详情
单项选择题你正在创建一个内容页,它引用了另一个开发人员开发的母版页。已知,母版页公开了几个public属性:company,street,address,city,state,和phoneNumber;现在,你需要在你的PhoneNumberTextBox控件中显示phoneNumber的值(在母版页定义的)。你应该使用那一段代码?()

A、PhoneNumberTextBox.Text = Master.PhoneNumber;

B、PhoneNumberTextBox.Text = this.PhoneNumber;

C、PhoneNumberTextBox.Text = Content.PhoneNumber;

  • A
  • 关注下方微信公众号,在线模考后查看

热门试题