ASP.NET Core MVC コントロールヘルプ
Bind(IEnumerable<Object>,String) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeViewBuilder クラス > Bind メソッド : Bind(IEnumerable<Object>,String) メソッド
The nodes data.
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 data.
シンタックス
'宣言
 
Public Overloads Function Bind( _
   ByVal data As System.Collections.Generic.IEnumerable(Of Object), _
   Optional ByVal lazyLoadActionUrl As System.String _
) As TreeViewBuilder
public TreeViewBuilder Bind( 
   System.Collections.Generic.IEnumerable<object> data,
   System.string lazyLoadActionUrl
)

パラメータ

data
The nodes data.
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.

戻り値の型

参照

TreeViewBuilder クラス
TreeViewBuilder メンバ
オーバーロード一覧