1.

How Can You Set A Property Attribute As A Literal String And Not A Mark Up Extension?

Answer»

To avoid MARK up EXTENSION you have to use an empty pair of CURLY braces like

Content = “{} {This is not a MARKUP extension}”/>

To avoid mark up extension you have to use an empty pair of curly braces like

Content = “{} {This is not a markup extension}”/>



Discussion

No Comment Found