C# Класс WebMarkupMin.Core.Helpers.HtmlAttributeTypeHelpers

HTML attribute type helpers
Показать файл Открыть проект

Открытые методы

Метод Описание
IsBooleanAttribute ( string attributeNameInLowercase ) : bool

Checks whether the attribute is boolean

IsEventAttribute ( string attributeNameInLowercase ) : bool

Checks whether the attribute is event

IsNumericAttribute ( string tagNameInLowercase, string attributeNameInLowercase ) : bool

Checks whether the attribute is numeric

IsUriBasedAttribute ( string tagNameInLowercase, string attributeNameInLowercase, IList attributes ) : bool

Checks whether the attribute is URI-based

IsXmlBasedAttribute ( string attributeNameInLowercase ) : bool

Checks whether the attribute is XML-based

Описание методов

IsBooleanAttribute() публичный статический Метод

Checks whether the attribute is boolean
public static IsBooleanAttribute ( string attributeNameInLowercase ) : bool
attributeNameInLowercase string Attribute name in lowercase
Результат bool

IsEventAttribute() публичный статический Метод

Checks whether the attribute is event
public static IsEventAttribute ( string attributeNameInLowercase ) : bool
attributeNameInLowercase string Attribute name in lowercase
Результат bool

IsNumericAttribute() публичный статический Метод

Checks whether the attribute is numeric
public static IsNumericAttribute ( string tagNameInLowercase, string attributeNameInLowercase ) : bool
tagNameInLowercase string Tag name in lowercase
attributeNameInLowercase string Attribute name in lowercase
Результат bool

IsUriBasedAttribute() публичный статический Метод

Checks whether the attribute is URI-based
public static IsUriBasedAttribute ( string tagNameInLowercase, string attributeNameInLowercase, IList attributes ) : bool
tagNameInLowercase string Tag name in lowercase
attributeNameInLowercase string Attribute name in lowercase
attributes IList List of attributes
Результат bool

IsXmlBasedAttribute() публичный статический Метод

Checks whether the attribute is XML-based
public static IsXmlBasedAttribute ( string attributeNameInLowercase ) : bool
attributeNameInLowercase string Attribute name in lowercase
Результат bool