How can you set a property attribute as a literal string and not a mark up extension?
Answer Posted / Pawan Prajapati
To set a property attribute as a literal string without using a markup extension, enclose the value in double quotes (e.g., `<Button Content="Hello World" />`). If the string contains double quotes, escape them with another double quote (e.g., `<Button Content="A "Quoted" String" />`).
| 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