다음을 통해 공유


ImplicitResourceKey.KeyPrefix 속성

정의

속성 그룹을 식별하기 위한 접두사를 가져오거나 설정합니다.

public:
 property System::String ^ KeyPrefix { System::String ^ get(); void set(System::String ^ value); };
public string KeyPrefix { get; set; }
member this.KeyPrefix : string with get, set
Public Property KeyPrefix As String

속성 값

String

암시적 리소스 식에 대한 접두사가 들어 있는 String입니다.

설명

KeyPrefix 속성을 함께 연결 하는 컨트롤에 할당할 수 있는 속성의 컬렉션입니다. KeyPrefix 속성은 참조 값 식에서 콜론 (:) 다음 있는 경우 전과 첫 번째 마침표 (.). 예를 들어, 다음 형식으로 암시적 리소스를 했습니다.

<asp:label runat="server" id="label1" meta:resourcekey="Welcome"  
        text="Welcome"   
        ie:text="Welcome Internet Explorer User"    
        forecolor="blue"/>    

이 리소스는 세 개의 키를 포함 Welcome.Text, Ie:Welcome.Text, 및 Welcome.Forecolor는 잠재적으로 지역화 된 리소스 파일 또는 소스 코드에서 검색할 리소스 값입니다. 각 키에 "Welcome" 으로 KeyPrefix 값입니다.

적용 대상

추가 정보