다음을 통해 공유


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인 경우

적용 대상