Multiple choice technology platforms and products

Following Silverlight code will work. My button content

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Silverlight XAML, the Button element requires proper attribute syntax and cannot contain arbitrary text directly as child content without proper markup. The correct syntax would be or My button content. The given code My button content is invalid and will not work.