다음을 통해 공유


ConnectionsZone.EmptyZoneText 속성

정의

웹 페이지에 연결을 설정하는 데 필요한 컨트롤이 부족할 경우 빈 ConnectionsZone 컨트롤에 표시되는 텍스트 메시지를 가져오거나 설정합니다.

public:
 virtual property System::String ^ EmptyZoneText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public override string EmptyZoneText { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.EmptyZoneText : string with get, set
Public Overrides Property EmptyZoneText As String

속성 값

빈 영역에 사용할 메시지가 들어 있는 String입니다. 기본 텍스트는 .NET Framework에서 제공하는 culture별 문자열입니다.

특성

설명

이 속성은 테마 또는 스타일시트 테마에 의해 설정될 수 없습니다. 자세한 내용은 ThemeableAttribute 하 고 ASP.NET 테마 및 스킨합니다.

적용 대상

추가 정보