다음을 통해 공유


LiteralControlBuilder.AppendLiteralString(String) 메서드

정의

지정된 리터럴 콘텐츠를 컨트롤에 추가합니다. AppendLiteralString(String) 메서드는 ASP.NET 페이지 프레임워크에 의해 호출됩니다.

public:
 override void AppendLiteralString(System::String ^ s);
public override void AppendLiteralString (string s);
override this.AppendLiteralString : string -> unit
Public Overrides Sub AppendLiteralString (s As String)

매개 변수

s
String

컨트롤에 추가할 콘텐츠입니다.

예외

문자열 리터럴의 형식이 잘못된 경우

설명

문자열이 공백이 면 메서드의 설정에 따라 처리 됩니다 AllowWhitespaceLiterals . 그렇지 않으면 내부 텍스트가 속성을 나타내는 것 처럼 처리 됩니다 Text .

적용 대상

추가 정보