バージョン

LayoutManagerRenderer コンストラクタ

LayoutManagerRenderer クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal helper As System.Web.Mvc.HtmlHelper, _
   ByVal layoutManagerModel As LayoutManagerModel _
)
public LayoutManagerRenderer( 
   System.Web.Mvc.HtmlHelper helper,
   LayoutManagerModel layoutManagerModel
)

パラメータ

helper
ヘルパー。
layoutManagerModel
レイアウト マネージャー モデル。
例外
例外解説
System.ArgumentNullExceptionlayoutManagerModel
参照

オンラインで表示: GitHub