C# Class TwitterBootstrapHelpers.SpanExtensions

Afficher le fichier Open project: ericmbarnard/Twitter-Bootstrap-Helpers

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SpanHelper ( TbHelper helper, int spanWidth, int offset, object>.IDictionary htmlAttributes ) : Span

Method Details

BeginSpan() public static méthode

public static BeginSpan ( this helper, int spanWidth ) : Span
helper this
spanWidth int
Résultat TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static méthode

public static BeginSpan ( this helper, int spanWidth, object>.IDictionary htmlAttributes ) : Span
helper this
spanWidth int
htmlAttributes object>.IDictionary
Résultat TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static méthode

public static BeginSpan ( this helper, int spanWidth, int offset ) : Span
helper this
spanWidth int
offset int
Résultat TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static méthode

public static BeginSpan ( this helper, int spanWidth, int offset, object>.IDictionary htmlAttributes ) : Span
helper this
spanWidth int
offset int
htmlAttributes object>.IDictionary
Résultat TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static méthode

public static BeginSpan ( this helper, int spanWidth, int offset, object htmlAttributes ) : Span
helper this
spanWidth int
offset int
htmlAttributes object
Résultat TwitterBootstrapHelpers.Layout.Span

BeginSpan() public static méthode

public static BeginSpan ( this helper, int spanWidth, object htmlAttributes ) : Span
helper this
spanWidth int
htmlAttributes object
Résultat TwitterBootstrapHelpers.Layout.Span