C# Class TwitterBootstrapHelpers.ControlGroupExtensions

Datei anzeigen Open project: ericmbarnard/Twitter-Bootstrap-Helpers

Public Methods

Method Description
BeginControlGroup ( this helper ) : ControlGroup
BeginControlGroup ( this helper, object>.IDictionary htmlAttributes ) : ControlGroup
BeginControlGroup ( this helper, object htmlAttributes ) : ControlGroup

Private Methods

Method Description
BeginControlGroupHelper ( TbHelper helper, object>.IDictionary htmlAttributes ) : ControlGroup

Method Details

BeginControlGroup() public static method

public static BeginControlGroup ( this helper ) : ControlGroup
helper this
return TwitterBootstrapHelpers.Forms.ControlGroup

BeginControlGroup() public static method

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

BeginControlGroup() public static method

public static BeginControlGroup ( this helper, object htmlAttributes ) : ControlGroup
helper this
htmlAttributes object
return TwitterBootstrapHelpers.Forms.ControlGroup