Which of the following code is correct?

Options
- < TextBlock>This is my < HyperLink NavigateUri=”MyPage.xaml”>Hyperlink< / Hyperlink>< /TextBlock>
- < TextBlock>This is my < HyperLink NavigateUri=”MyPage.aspx”>Hyperlink< / Hyperlink>< /TextBlock>
- < TextBlock>This is my < HyperLink Navigate=”MyPage.xaml”>Hyperlink< / Hyperlink>< /TextBlock>
- < TextBlock>This is my < HyperLink Navigate=”MyPage.aspx”>Hyperlink< / Hyperlink>< /TextBlock>


CORRECT ANSWER : < TextBlock>This is my < HyperLink NavigateUri=”MyPage.xaml”>Hyperlink< / Hyperlink>< /TextBlock>

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement