'宣言 Public Overloads Function Bind( _ ByVal loadActionUrl As System.String, _ Optional ByVal lazyLoadActionUrl As System.String _ ) As TreeViewBuilder
public TreeViewBuilder Bind( System.string loadActionUrl, System.string lazyLoadActionUrl )
パラメータ
- 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.