다음을 통해 공유


WmlMobileTextWriter.WriteAttribute(String, String, Boolean) 메서드

정의

지정된 태그 특성과 값을 출력 스트림에 쓰고, 지정된 경우 인코드된 값을 씁니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 override void WriteAttribute(System::String ^ attribute, System::String ^ value, bool encode);
public override void WriteAttribute (string attribute, string value, bool encode);
override this.WriteAttribute : string * string * bool -> unit
Public Overrides Sub WriteAttribute (attribute As String, value As String, encode As Boolean)

매개 변수

attribute
String

출력 스트림에 쓸 태그 특성입니다.

value
String

특성에 할당된 값입니다.

encode
Boolean

특성 및 할당된 값을 인코드하면 true이고, 인코드하지 않으면 false입니다.

적용 대상

추가 정보