バージョン

Tree(String,TreeModel) メソッド

指定された ID とモデルでツリーを描画します。
シンタックス
'宣言
 
Public Overloads Function Tree( _
   ByVal id As System.String, _
   ByVal treeModel As TreeModel _
) As System.Web.Mvc.MvcHtmlString
public System.Web.Mvc.MvcHtmlString Tree( 
   System.string id,
   TreeModel treeModel
)

パラメータ

id
id。
treeModel
ツリー モデル。
参照

オンラインで表示: GitHub