SiteMapProvider.ResourceKey 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SiteMapNode 특성을 지역화하는 데 사용되는 리소스 키를 가져오거나 설정합니다.
public:
property System::String ^ ResourceKey { System::String ^ get(); void set(System::String ^ value); };
public string ResourceKey { get; set; }
member this.ResourceKey : string with get, set
Public Property ResourceKey As String
속성 값
리소스 키 이름을 포함하는 문자열입니다.
설명
ResourceKey 속성은 함께 사용 합니다 GetImplicitResourceString 메서드를 SiteMapNode 클래스. 에 대 한를 Title 및 Description 에 정의 된 추가 특성 뿐만 아니라 속성을를 Attributes 의 컬렉션을 SiteMapNode 개체를 GetImplicitResourceString 메서드가 우선적으로 사용를 GetExplicitResourceString 때를 지역화 사용 되는 EnableLocalization 속성이로 설정 true
합니다.