DeviceSpecificControlBuilder.AppendLiteralString(String) 方法
定义
将指定的文本内容添加到控件。Adds the specified literal content to a control. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
override void AppendLiteralString(System::String ^ text);
public override void AppendLiteralString (string text);
override this.AppendLiteralString : string -> unit
Public Overrides Sub AppendLiteralString (text As String)
参数
- text
- String
要添加到控件的文字内容。The literal content to add to a control.