ComponentOne ASP.NET MVC Controls
ControlBuilderFactory Constructor

C1.Web.Mvc.Fluent Namespace > ControlBuilderFactory Class : ControlBuilderFactory Constructor
The specified HtmlHelper object.
Initializes a new instance of the ControlBuilderFactory class by using the specified html helper instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper _
)
public ControlBuilderFactory( 
   HtmlHelper helper
)

Parameters

helper
The specified HtmlHelper object.
See Also

Reference

ControlBuilderFactory Class
ControlBuilderFactory Members