HtmlMobileTextWriter.WriteText(String, Boolean) 메서드

정의

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

public:
 void WriteText(System::String ^ text, bool encodeText);
public void WriteText (string text, bool encodeText);
member this.WriteText : string * bool -> unit
Public Sub WriteText (text As String, encodeText As Boolean)

매개 변수

text
String

쓸 텍스트입니다.

encodeText
Boolean

true이면 텍스트를 인코딩합니다.

설명

인코딩에는 HTML/WML 의미를 가진 문자를 적절한 문자 코드에 매핑하는 작업이 포함됩니다.

적용 대상

추가 정보