HtmlDecode metodu
HTML'den normal string'e çevirir.
Örnek
Şöyle
yaparız.
HttpUtility.HtmlDecode("hello a & b, <hello world >")
HtmlEncode metodu
Normal string'den HTML'ye çevirir.
Örnek
Şöyle
yaparız.
HttpUtility.HtmlEncode(HttpUtility.HtmlDecode("hello a & b, <hello world >"));
Hiç yorum yok:
Yorum Gönder