25 Ağustos 2020 Salı

HttpUtility Sınıfı

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