XhtmlMobileTextWriter.WriteEncodedAttributeValue(String) 方法

定义

对提供的值进行编码并将其写入输出流。Encodes and writes the provided value to the output stream. 此 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:
 virtual void WriteEncodedAttributeValue(System::String ^ value);
public virtual void WriteEncodedAttributeValue (string value);
abstract member WriteEncodedAttributeValue : string -> unit
override this.WriteEncodedAttributeValue : string -> unit
Public Overridable Sub WriteEncodedAttributeValue (value As String)

参数

value
String

要编码并写入的特性值。The attribute value to encode and write.

注解

此方法主要由自定义移动页和控件适配器的开发人员使用。This method is used primarily by developers of custom mobile page and control adapters.

适用于