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

정의

지정된 태그 특성과 값을 출력 스트림에 쓰고, 지정한 경우 인코딩된 값을 씁니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

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

적용 대상

추가 정보