TextAreaExtensions.TextAreaFor メソッド

定義

オーバーロード

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>)

指定した式で表されるオブジェクト内の各プロパティの HTML textarea 要素を返します。

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>, IDictionary<String,Object>)

指定された式で表されるオブジェクトの各プロパティについて、指定された HTML 属性を使用して HTML textarea 要素を返します。

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>, Object)

指定された式で表されるオブジェクトの各プロパティについて、指定された HTML 属性を使用して HTML textarea 要素を返します。

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>, Int32, Int32, IDictionary<String,Object>)

指定した HTML 属性と行と列の数を使用して、指定した式で表されるオブジェクト内の各プロパティの HTML textarea 要素を返します。

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>, Int32, Int32, Object)

指定した HTML 属性と行と列の数を使用して、指定した式で表されるオブジェクト内の各プロパティの HTML textarea 要素を返します。

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>)

指定した式で表されるオブジェクト内の各プロパティの HTML textarea 要素を返します。

public static System.Web.Mvc.MvcHtmlString TextAreaFor<TModel,TProperty> (this System.Web.Mvc.HtmlHelper<TModel> htmlHelper, System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression);
static member TextAreaFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Property>> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextAreaFor(Of TModel, TProperty) (htmlHelper As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TProperty))) As MvcHtmlString

型パラメーター

TModel

モデルの型。

TProperty

プロパティの型。

パラメーター

htmlHelper
HtmlHelper<TModel>

このメソッドによって拡張される HTML ヘルパー インスタンス。

expression
Expression<Func<TModel,TProperty>>

レンダリングするプロパティを含むオブジェクトを識別する式。

戻り値

式で表されるオブジェクト内の各プロパティの HTML textarea 要素。

例外

expression パラメーターが null です。

適用対象

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>, IDictionary<String,Object>)

指定された式で表されるオブジェクトの各プロパティについて、指定された HTML 属性を使用して HTML textarea 要素を返します。

public static System.Web.Mvc.MvcHtmlString TextAreaFor<TModel,TProperty> (this System.Web.Mvc.HtmlHelper<TModel> htmlHelper, System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member TextAreaFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Property>> * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextAreaFor(Of TModel, TProperty) (htmlHelper As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TProperty)), htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString

型パラメーター

TModel

モデルの型。

TProperty

プロパティの型。

パラメーター

htmlHelper
HtmlHelper<TModel>

このメソッドによって拡張される HTML ヘルパー インスタンス。

expression
Expression<Func<TModel,TProperty>>

レンダリングするプロパティを含むオブジェクトを識別する式。

htmlAttributes
IDictionary<String,Object>

この要素に設定する HTML 属性を格納するディクショナリ。

戻り値

式で表されるオブジェクト内の各プロパティの HTML textarea 要素。

例外

expression パラメーターが null です。

適用対象

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>, Object)

指定された式で表されるオブジェクトの各プロパティについて、指定された HTML 属性を使用して HTML textarea 要素を返します。

public static System.Web.Mvc.MvcHtmlString TextAreaFor<TModel,TProperty> (this System.Web.Mvc.HtmlHelper<TModel> htmlHelper, System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression, object htmlAttributes);
static member TextAreaFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Property>> * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextAreaFor(Of TModel, TProperty) (htmlHelper As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TProperty)), htmlAttributes As Object) As MvcHtmlString

型パラメーター

TModel

モデルの型。

TProperty

プロパティの型。

パラメーター

htmlHelper
HtmlHelper<TModel>

このメソッドによって拡張される HTML ヘルパー インスタンス。

expression
Expression<Func<TModel,TProperty>>

レンダリングするプロパティを含むオブジェクトを識別する式。

htmlAttributes
Object

この要素に設定する HTML 属性を格納するディクショナリ。

戻り値

式で表されるオブジェクト内の各プロパティの HTML textarea 要素。

例外

expression パラメーターが null です。

適用対象

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>, Int32, Int32, IDictionary<String,Object>)

指定した HTML 属性と行と列の数を使用して、指定した式で表されるオブジェクト内の各プロパティの HTML textarea 要素を返します。

public static System.Web.Mvc.MvcHtmlString TextAreaFor<TModel,TProperty> (this System.Web.Mvc.HtmlHelper<TModel> htmlHelper, System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression, int rows, int columns, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member TextAreaFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Property>> * int * int * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextAreaFor(Of TModel, TProperty) (htmlHelper As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TProperty)), rows As Integer, columns As Integer, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString

型パラメーター

TModel

モデルの型。

TProperty

プロパティの型。

パラメーター

htmlHelper
HtmlHelper<TModel>

このメソッドによって拡張される HTML ヘルパー インスタンス。

expression
Expression<Func<TModel,TProperty>>

レンダリングするプロパティを含むオブジェクトを識別する式。

rows
Int32

行の番号。

columns
Int32

列数です。

htmlAttributes
IDictionary<String,Object>

この要素に設定する HTML 属性を格納するディクショナリ。

戻り値

式で表されるオブジェクト内の各プロパティの HTML textarea 要素。

例外

expression パラメーターが null です。

適用対象

TextAreaFor<TModel,TProperty>(HtmlHelper<TModel>, Expression<Func<TModel,TProperty>>, Int32, Int32, Object)

指定した HTML 属性と行と列の数を使用して、指定した式で表されるオブジェクト内の各プロパティの HTML textarea 要素を返します。

public static System.Web.Mvc.MvcHtmlString TextAreaFor<TModel,TProperty> (this System.Web.Mvc.HtmlHelper<TModel> htmlHelper, System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression, int rows, int columns, object htmlAttributes);
static member TextAreaFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Property>> * int * int * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextAreaFor(Of TModel, TProperty) (htmlHelper As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TProperty)), rows As Integer, columns As Integer, htmlAttributes As Object) As MvcHtmlString

型パラメーター

TModel

モデルの型。

TProperty

プロパティの型。

パラメーター

htmlHelper
HtmlHelper<TModel>

このメソッドによって拡張される HTML ヘルパー インスタンス。

expression
Expression<Func<TModel,TProperty>>

レンダリングするプロパティを含むオブジェクトを識別する式。

rows
Int32

行の番号。

columns
Int32

列数です。

htmlAttributes
Object

この要素に設定する HTML 属性を格納するディクショナリ。

戻り値

式で表されるオブジェクト内の各プロパティの HTML textarea 要素。

例外

expression パラメーターが null です。

適用対象