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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > TreeMapBuilder<T> クラス : MaxDepth メソッド
The value.
Configurates C1.Web.Mvc.TreeMap<T>.MaxDepth. Sets the maximum number of node levels to show in the current view.
シンタックス
'宣言
 
Public Function MaxDepth( _
   ByVal value As System.Integer _
) As TreeMapBuilder(Of T)
public TreeMapBuilder<T> MaxDepth( 
   System.int value
)

パラメータ

value
The value.

戻り値の型

Current builder.
解説
Levels will be flattened into the current plane. If your C1.Web.Mvc.TreeMap<T> has more levels than this, you will have to go up or down to see them.
参照

TreeMapBuilder<T> クラス
TreeMapBuilder<T> メンバ