WmlMobileTextWriter.WriteTextEncodedAttribute(String, String) メソッド

定義

指定された属性を書き込み、WML テキスト エンコードを使用して値をエンコードします。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。ASP.NET

protected:
 void WriteTextEncodedAttribute(System::String ^ attribute, System::String ^ value);
protected void WriteTextEncodedAttribute(string attribute, string value);
member this.WriteTextEncodedAttribute : string * string -> unit
Protected Sub WriteTextEncodedAttribute (attribute As String, value As String)

パラメーター

attribute
String

エンコードする属性の名前。

value
String

エンコードする属性の値。

注釈

エンコードには、HTML/WML の意味を持つ文字を適切な文字コードにマッピングする必要があります。

適用対象

こちらもご覧ください