バージョン

CheckBoxEditorFor<TProperty>(Expression<Func<TModel,TProperty>>,Object) メソッド

モデルの特定のプロパティに CheckBoxEditor ウィジェットを設定するヘルパー。
シンタックス
'宣言
 
Public Overloads Function CheckBoxEditorFor(Of TProperty)( _
   ByVal expression As System.Linq.Expressions.Expression(Of Func(Of TModel,TProperty)), _
   ByVal htmlAttributes As System.Object _
) As CheckBoxEditorWrapper
public CheckBoxEditorWrapper CheckBoxEditorFor<TProperty>( 
   System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression,
   System.object htmlAttributes
)

パラメータ

expression
モデル プロパティの式。
htmlAttributes
要素に設定される HTML 属性を含む匿名オブジェクト。

型パラメータ

TProperty
プロパティのタイプ。

戻り値の型

CheckBoxEditorWrapper の新しいインスタンス
参照

オンラインで表示: GitHub