(Boşluk) |
Boşluk vermeye yarar. |
|
< |
Küçüktür işareti. |
< |
> |
Büyüktür işareti. |
> |
& |
Ve işareti. |
& |
" |
Tırnak. |
" |
' |
Ayıraç. |
' |
C# Örneği;
_text = _text.Replace(" ", " ");
_text = _text.Replace("<", "<");
_text = _text.Replace(">", ">");
_text = _text.Replace("&", "&");
_text = _text.Replace(""", "\"");
_text = _text.Replace("'", "\'");