다음을 통해 공유


WmlMobileTextWriter.WriteTextEncodedAttribute(String, String) 메서드

정의

지정된 특성을 작성하고 WML 텍스트 인코딩을 사용하여 값을 인코딩합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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 의미를 가진 문자를 적절한 문자 코드에 매핑하는 작업이 포함됩니다.

적용 대상

추가 정보