Explain the procedure of creating hyperlinks in Silverlight application?
Answer Posted / Rajendra Kumar Akela
Creating hyperlinks in a Silverlight application involves:
- Defining a Hyperlink control in XAML markup:
<Hyperlink x:Name='hyperlink' Click='OnHyperlinkClick'>Link Text</Hyperlink>
- Implementing event handler for the Click event to respond to user interaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category