Exemplo n.º 1
0
 private static void SetInnerText(ITagBuilder tagBuilder, string innerText)
 {
     tagBuilder.SetInnerText(innerText);
 }