TemplateControl.WriteUTF8ResourceString 메서드

정의

HtmlTextWriter 컨트롤에 리소스 문자열을 씁니다. WriteUTF8ResourceString(HtmlTextWriter, Int32, Int32, Boolean) 메서드는 생성된 클래스에서 사용되며 사용자 코드에서는 사용할 수 없습니다.

protected:
 void WriteUTF8ResourceString(System::Web::UI::HtmlTextWriter ^ output, int offset, int size, bool fAsciiOnly);
protected void WriteUTF8ResourceString (System.Web.UI.HtmlTextWriter output, int offset, int size, bool fAsciiOnly);
member this.WriteUTF8ResourceString : System.Web.UI.HtmlTextWriter * int * int * bool -> unit
Protected Sub WriteUTF8ResourceString (output As HtmlTextWriter, offset As Integer, size As Integer, fAsciiOnly As Boolean)

매개 변수

output
HtmlTextWriter

쓸 대상인 입니다.

offset
Int32

value 내의 시작 위치입니다.

size
Int32

value 내에서 사용할 문자의 수입니다.

fAsciiOnly
Boolean

다시 인코딩하지 않으려면 true이고, 그렇지 않으면 false입니다.

예외

잘못된 데이터에 액세스하고 있는 경우, 즉 offset 또는 size가 0보다 작은 경우

또는 offsetsize의 합계가 리소스 크기보다 큰 경우

적용 대상