C# Class TwitterBootstrapHelpers.RowExtensions

ファイルを表示 Open project: ericmbarnard/Twitter-Bootstrap-Helpers

Public Methods

Method Description
BeginFluidRow ( this helper ) : Row
BeginFluidRow ( this helper, object>.IDictionary htmlAttributes ) : Row
BeginFluidRow ( this helper, object htmlAttributes ) : Row
BeginRow ( this helper ) : Row
BeginRow ( this helper, object>.IDictionary htmlAttributes ) : Row
BeginRow ( this helper, object htmlAttributes ) : Row

Private Methods

Method Description
BeginRowHelper ( this helper, bool fluid, object>.IDictionary htmlAttributes ) : Row

Method Details

BeginFluidRow() public static method

public static BeginFluidRow ( this helper ) : Row
helper this
return TwitterBootstrapHelpers.Layout.Row

BeginFluidRow() public static method

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

BeginFluidRow() public static method

public static BeginFluidRow ( this helper, object htmlAttributes ) : Row
helper this
htmlAttributes object
return TwitterBootstrapHelpers.Layout.Row

BeginRow() public static method

public static BeginRow ( this helper ) : Row
helper this
return TwitterBootstrapHelpers.Layout.Row

BeginRow() public static method

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

BeginRow() public static method

public static BeginRow ( this helper, object htmlAttributes ) : Row
helper this
htmlAttributes object
return TwitterBootstrapHelpers.Layout.Row