If True (the default), all text will be HTML encoded to prevent special
characters from mangling the page. You could disable HTML encoding if you
want to embed a working HTML tag (such as a hyperlink), but this approach
isn’t safe. It’s always better to use HTML encoding on all values and provide
other functionality by reacting to GridView selection events.