I have the following string written in C #:
string Descricao = "Você ficou muito tempo inativo, e por isso sua sessão caiu. Retorne para a página inicial para continuar."
I would like to put the% wrapper of the string inside an HTML tag, something like this:
Descricao = "Você ficou muito tempo inativo, e por isso sua <span style="font-weight: bold">sessão caiu</span>. Retorne para a página inicial para continuar."
Is it possible? I'm trying to conform to the above code, however I'm getting it: