C# Class TwitterBootstrapHelpers.ContainerExtensions

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

Méthodes publiques

Méthode Description
BeginContainer ( this helper ) : Container
BeginContainer ( this helper, object>.IDictionary htmlAttributes ) : Container
BeginContainer ( this helper, object htmlAttributes ) : Container
BeginFluidContainer ( this helper ) : Container
BeginFluidContainer ( this helper, object>.IDictionary htmlAttributes ) : Container
BeginFluidContainer ( this helper, object htmlAttributes ) : Container

Private Methods

Méthode Description
BeginContainerHelper ( this helper, object>.IDictionary htmlAttributes, bool fluid ) : Container

Method Details

BeginContainer() public static méthode

public static BeginContainer ( this helper ) : Container
helper this
Résultat TwitterBootstrapHelpers.Layout.Container

BeginContainer() public static méthode

public static BeginContainer ( this helper, object>.IDictionary htmlAttributes ) : Container
helper this
htmlAttributes object>.IDictionary
Résultat TwitterBootstrapHelpers.Layout.Container

BeginContainer() public static méthode

public static BeginContainer ( this helper, object htmlAttributes ) : Container
helper this
htmlAttributes object
Résultat TwitterBootstrapHelpers.Layout.Container

BeginFluidContainer() public static méthode

public static BeginFluidContainer ( this helper ) : Container
helper this
Résultat TwitterBootstrapHelpers.Layout.Container

BeginFluidContainer() public static méthode

public static BeginFluidContainer ( this helper, object>.IDictionary htmlAttributes ) : Container
helper this
htmlAttributes object>.IDictionary
Résultat TwitterBootstrapHelpers.Layout.Container

BeginFluidContainer() public static méthode

public static BeginFluidContainer ( this helper, object htmlAttributes ) : Container
helper this
htmlAttributes object
Résultat TwitterBootstrapHelpers.Layout.Container