This is the most basic control that the framework provides. The framework itself uses this control to render all static page text (ie. text that is not inside of controls) so every page in fact uses this control extensively.
Use the literal control for all dynamic content that needs to embed raw HTML/Text into the page without any special formatting. Use the Label control if you need more programmatic control over the content once it's rendered such as changing the style, formatting or other display attributes.
Custom
wwWebControl
wwWebLiteralControl
| Member | Description | |
|---|---|---|
![]() |
Text | The literal text that is placed into the page output. |