salut!
voila, je voudrais savoir comme initialiser une type de texte (texte html) comme ceci : <i> hello</i> en asp.net.
je voudrais avoir le type xavec :merci.Code:x a="<i> hello</i><br/>";
Version imprimable
salut!
voila, je voudrais savoir comme initialiser une type de texte (texte html) comme ceci : <i> hello</i> en asp.net.
je voudrais avoir le type xavec :merci.Code:x a="<i> hello</i><br/>";
Code:String html = "<i> hello</i><br/>";