C# Class TwitterBootstrapHelpers.ContainerExtensions

Show file Open project: ericmbarnard/Twitter-Bootstrap-Helpers

Public Methods

Method 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

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

Method Details

BeginContainer() public static method

public static BeginContainer ( this helper ) : Container
helper this
return TwitterBootstrapHelpers.Layout.Container

BeginContainer() public static method

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

BeginContainer() public static method

public static BeginContainer ( this helper, object htmlAttributes ) : Container
helper this
htmlAttributes object
return TwitterBootstrapHelpers.Layout.Container

BeginFluidContainer() public static method

public static BeginFluidContainer ( this helper ) : Container
helper this
return TwitterBootstrapHelpers.Layout.Container

BeginFluidContainer() public static method

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

BeginFluidContainer() public static method

public static BeginFluidContainer ( this helper, object htmlAttributes ) : Container
helper this
htmlAttributes object
return TwitterBootstrapHelpers.Layout.Container