FileLevelPageControlBuilder.AppendLiteralString Method (String)
.NET Framework (current version)
Adds the specified literal content to a control.
Assembly: System.Web (in System.Web.dll)
Parameters
- text
-
Type:
System.String
The content to add to the control.
| Exception | Condition |
|---|---|
| HttpException | The AppendLiteralString method cannot append the literal string to a content page. |
Use the AppendLiteralString method to add literal content to the control. Literal content can be any text that is passed by the browser to the server control. For example, any HTML elements and text, between their opening and closing tags, are literal content.
.NET Framework
Available since 2.0
Available since 2.0
Show: