バージョン

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

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

パラメータ

expression
モデル プロパティの式。

型パラメータ

TProperty
プロパティのタイプ。

戻り値の型

TextEditorWrapper の新しいインスタンス。
参照

オンラインで表示: GitHub