C# Класс TwitterBootstrapHelpers.SpanExtensions

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

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

Метод Описание
BeginSpan ( this helper, int spanWidth ) : Span
BeginSpan ( this helper, int spanWidth, object>.IDictionary htmlAttributes ) : Span
BeginSpan ( this helper, int spanWidth, int offset ) : Span
BeginSpan ( this helper, int spanWidth, int offset, object>.IDictionary htmlAttributes ) : Span
BeginSpan ( this helper, int spanWidth, int offset, object htmlAttributes ) : Span
BeginSpan ( this helper, int spanWidth, object htmlAttributes ) : Span

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

Метод Описание
SpanHelper ( TbHelper helper, int spanWidth, int offset, object>.IDictionary htmlAttributes ) : Span

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

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

public static BeginSpan ( this helper, int spanWidth ) : Span
helper this
spanWidth int
Результат TwitterBootstrapHelpers.Layout.Span

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

public static BeginSpan ( this helper, int spanWidth, object>.IDictionary htmlAttributes ) : Span
helper this
spanWidth int
htmlAttributes object>.IDictionary
Результат TwitterBootstrapHelpers.Layout.Span

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

public static BeginSpan ( this helper, int spanWidth, int offset ) : Span
helper this
spanWidth int
offset int
Результат TwitterBootstrapHelpers.Layout.Span

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

public static BeginSpan ( this helper, int spanWidth, int offset, object>.IDictionary htmlAttributes ) : Span
helper this
spanWidth int
offset int
htmlAttributes object>.IDictionary
Результат TwitterBootstrapHelpers.Layout.Span

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

public static BeginSpan ( this helper, int spanWidth, int offset, object htmlAttributes ) : Span
helper this
spanWidth int
offset int
htmlAttributes object
Результат TwitterBootstrapHelpers.Layout.Span

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

public static BeginSpan ( this helper, int spanWidth, object htmlAttributes ) : Span
helper this
spanWidth int
htmlAttributes object
Результат TwitterBootstrapHelpers.Layout.Span