다음을 통해 공유


HtmlAttributeNameAttribute.DictionaryAttributePrefix 속성

정의

HTML 특성 이름과 일치하는 데 사용되는 접두사를 가져오거나 설정합니다. 일치하는 특성이 연결된 속성()에 IDictionary<TKey,TValue>추가됩니다.

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

속성 값

연결된 속성이 와 IDictionary<TKey,TValue>호환되는 경우 기본값은 입니다 Name + "-". Name 이 경우 이거나 비어 있지 null 않아야 합니다.

그렇지 않으면 기본값은 입니다 null.

설명

연결되지 않은null 속성이 가 인 경우 TKeyStringIDictionary<TKey,TValue> 호환되어야 합니다.

적용 대상