C# Класс ExoWeb.Templates.HtmlHelpers

Показать файл Открыть проект

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

Метод Описание
IsBooleanAttribute ( string attribute, string tagName ) : bool
IsBooleanAttribute ( string attribute, string tagName, string inputType ) : bool
IsBooleanAttribute ( string attribute, string tagName, string inputType, bool requireInputTypeMatch ) : bool

Returns a value indicating whether the given attribute for the given tag name corresponds to a boolean attribute. http://stackoverflow.com/a/707702/170990

Приватные методы

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

Determines whether the given tag can close itself, i.e. [tag /] in place of [tag][/tag].

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

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

public static IsBooleanAttribute ( string attribute, string tagName ) : bool
attribute string
tagName string
Результат bool

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

public static IsBooleanAttribute ( string attribute, string tagName, string inputType ) : bool
attribute string
tagName string
inputType string
Результат bool

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

Returns a value indicating whether the given attribute for the given tag name corresponds to a boolean attribute. http://stackoverflow.com/a/707702/170990
public static IsBooleanAttribute ( string attribute, string tagName, string inputType, bool requireInputTypeMatch ) : bool
attribute string
tagName string
inputType string
requireInputTypeMatch bool
Результат bool