ControlBuilder::AppendLiteralString Method (String^)
.NET Framework (current version)
Adds the specified literal content to a control. This method is called by the ASP.NET page framework.
Assembly: System.Web (in System.Web.dll)
Parameters
- s
-
Type:
System::String^
The content to add to the control.
| Exception | Condition |
|---|---|
| HttpException | The string literal is not well formed. |
Override the AppendLiteralString method to control how literal content between the control's opening and closing tags is processed. 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 1.1
Available since 1.1
Show: