ASP.NET Core MVC コントロールヘルプ
LazyLoadFunction メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeViewBuilder クラス : LazyLoadFunction メソッド
The value.
Configurates C1.Web.Mvc.TreeView.LazyLoadFunction. Sets a client function that loads child nodes on demand.
シンタックス
'宣言
 
Public Function LazyLoadFunction( _
   ByVal value As System.String _
) As TreeViewBuilder
public TreeViewBuilder LazyLoadFunction( 
   System.string value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
It takes two parameters: the node being and a callback to be invoked when the data becomes available. The callback function tells the C1.Web.Mvc.TreeView that the node loading process has been completed. It should always be called, even if there are errors when loading the data.
参照

TreeViewBuilder クラス
TreeViewBuilder メンバ