'Declaration
Public Overloads Function Bind( _ ByVal loadActionUrl As String, _ Optional ByVal lazyLoadActionUrl As String _ ) As TreeViewBuilder
public TreeViewBuilder Bind( string loadActionUrl, string lazyLoadActionUrl )
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.