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 입니다.

적용 대상