CHAN Reference

Chan Home | Reference Home | Event Firing Order | web.config

   

Controls.Literal

   
  • Name Literal
  • CSS Class
  • Type string

The Literal control represents an empty placeholder in the page, unlike the Label control the Literal has no container and does not HTML encode its text when rendering. Setting a Literal's Text property to "<b>This</b>" will result in an output like This.