다음을 통해 공유


DeviceSpecificChoiceControlBuilder.AppendLiteralString(String) 메서드

정의

지정된 리터럴 콘텐츠를 컨트롤에 추가합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

매개 변수

text
String

컨트롤에 추가할 리터럴 내용입니다.

적용 대상