ComponentOne ASP.NET MVC Controls
Bind(String,String) Method

C1.Web.Mvc.Fluent Namespace > TreeViewBuilder Class > Bind Method : Bind(String,String) Method
URL of the load action.
URL of the load action for lazy nodes. It is optional. When it is provided, the C1.Web.Mvc.TreeView control works in lazy loading mode. Otherwise, all the nodes will be loaded from data.
Loads the nodes from the specified url.
Syntax
'Declaration
 
Public Overloads Function Bind( _
   ByVal loadActionUrl As String, _
   Optional ByVal lazyLoadActionUrl As String _
) As TreeViewBuilder

Parameters

loadActionUrl
URL of the load action.
lazyLoadActionUrl
URL of the load action for lazy nodes. It is optional. When it is provided, the C1.Web.Mvc.TreeView control works in lazy loading mode. Otherwise, all the nodes will be loaded from data.

Return Value

See Also

Reference

TreeViewBuilder Class
TreeViewBuilder Members
Overload List