HtmlAttributeNameAttribute.DictionaryAttributePrefix Propiedad

Definición

Obtiene o establece el prefijo usado para buscar coincidencias con los nombres de atributo HTML. Los atributos coincidentes se agregan a la propiedad asociada (un 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

Valor de propiedad

String

Si la propiedad asociada es compatible con IDictionary<TKey,TValue>, el valor predeterminado es Name + "-". Name no debe ser null ni estar vacío en este caso.

De lo contrario, el valor predeterminado es NULL.

Comentarios

Si la propiedad asociada no null debe ser compatible con IDictionary<TKey,TValue> donde TKey es String.

Se aplica a