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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeViewBuilder クラス > Bind メソッド : Bind(String,String) メソッド
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.
シンタックス
'宣言
 
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.

戻り値の型

参照

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