C# Class Quantumart.QP8.WebMvc.Extensions.Helpers.TagBuilderExtensions

Afficher le fichier Open project: QuantumArt/QP

Méthodes publiques

Méthode Description
MergeDataAttribute ( TagBuilder tb, string key, string value, bool replaceExisting = true ) : void

Добавляет к HTML-элементу HTML5 data-атрибут

Method Details

MergeDataAttribute() public static méthode

Добавляет к HTML-элементу HTML5 data-атрибут
public static MergeDataAttribute ( TagBuilder tb, string key, string value, bool replaceExisting = true ) : void
tb TagBuilder построитель тэга
key string название атрибута
value string значение атрибута
replaceExisting bool разрешает замену существующего атрибута
Résultat void