C# Class TwitterBootstrapHelpers.ControlsExtensions

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

Public Methods

Method Description
BeginControlsGroup ( this helper ) : Controls
BeginControlsGroup ( this helper, object>.IDictionary htmlAttributes ) : Controls
BeginControlsGroup ( this helper, object htmlAttributes ) : Controls

Private Methods

Method Description
BeginControlsHelper ( TbHelper helper, object>.IDictionary htmlAttributes ) : Controls

Method Details

BeginControlsGroup() public static method

public static BeginControlsGroup ( this helper ) : Controls
helper this
return TwitterBootstrapHelpers.Forms.Controls

BeginControlsGroup() public static method

public static BeginControlsGroup ( this helper, object>.IDictionary htmlAttributes ) : Controls
helper this
htmlAttributes object>.IDictionary
return TwitterBootstrapHelpers.Forms.Controls

BeginControlsGroup() public static method

public static BeginControlsGroup ( this helper, object htmlAttributes ) : Controls
helper this
htmlAttributes object
return TwitterBootstrapHelpers.Forms.Controls