TextAreaExtensions
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public static class TextAreaExtensions
Methods
TextArea(HtmlHelper, String)
View Source
Declaration
public static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | htmlHelper |
System.String | name |
TextArea(HtmlHelper, String, Object)
View Source
Declaration
public static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, object htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | htmlHelper |
System.String | name |
System.Object | htmlAttributes |
TextArea(HtmlHelper, String, IDictionary<String, Object>)
View Source
Declaration
public static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, IDictionary<string, object> htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | htmlHelper |
System.String | name |
System.Collections.Generic.IDictionary<System.String,System.Object> | htmlAttributes |
TextArea(HtmlHelper, String, String)
View Source
Declaration
public static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, string value)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | htmlHelper |
System.String | name |
System.String | value |
TextArea(HtmlHelper, String, String, Object)
View Source
Declaration
public static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, string value, object htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | htmlHelper |
System.String | name |
System.String | value |
System.Object | htmlAttributes |
TextArea(HtmlHelper, String, String, IDictionary<String, Object>)
View Source
Declaration
public static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, string value, IDictionary<string, object> htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | htmlHelper |
System.String | name |
System.String | value |
System.Collections.Generic.IDictionary<System.String,System.Object> | htmlAttributes |
TextArea(HtmlHelper, String, String, Int32, Int32, Object)
View Source
Declaration
public static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, string value, int rows, int columns, object htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | htmlHelper |
System.String | name |
System.String | value |
System.Int32 | rows |
System.Int32 | columns |
System.Object | htmlAttributes |
TextArea(HtmlHelper, String, String, Int32, Int32, IDictionary<String, Object>)
View Source
Declaration
public static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, string value, int rows, int columns, IDictionary<string, object> htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper | htmlHelper |
System.String | name |
System.String | value |
System.Int32 | rows |
System.Int32 | columns |
System.Collections.Generic.IDictionary<System.String,System.Object> | htmlAttributes |
TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>)
View Source
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper, Expression<Func<TModel, TProperty>> expression)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper<TModel> | htmlHelper |
System.Linq.Expressions.Expression<System.Func<<TModel>,<TProperty>>> | expression |
Type Parameters
TModel
TProperty
TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, Object)
View Source
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper, Expression<Func<TModel, TProperty>> expression, object htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper<TModel> | htmlHelper |
System.Linq.Expressions.Expression<System.Func<<TModel>,<TProperty>>> | expression |
System.Object | htmlAttributes |
Type Parameters
TModel
TProperty
TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, IDictionary<String, Object>)
View Source
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper, Expression<Func<TModel, TProperty>> expression, IDictionary<string, object> htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper<TModel> | htmlHelper |
System.Linq.Expressions.Expression<System.Func<<TModel>,<TProperty>>> | expression |
System.Collections.Generic.IDictionary<System.String,System.Object> | htmlAttributes |
Type Parameters
TModel
TProperty
TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, Int32, Int32, Object)
View Source
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper, Expression<Func<TModel, TProperty>> expression, int rows, int columns, object htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper<TModel> | htmlHelper |
System.Linq.Expressions.Expression<System.Func<<TModel>,<TProperty>>> | expression |
System.Int32 | rows |
System.Int32 | columns |
System.Object | htmlAttributes |
Type Parameters
TModel
TProperty
TextAreaFor<TModel, TProperty>(HtmlHelper<TModel>, Expression<Func<TModel, TProperty>>, Int32, Int32, IDictionary<String, Object>)
View Source
Declaration
public static MvcHtmlString TextAreaFor<TModel, TProperty>(this HtmlHelper<TModel> htmlHelper, Expression<Func<TModel, TProperty>> expression, int rows, int columns, IDictionary<string, object> htmlAttributes)
Returns
ServiceStack.Html.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.Html.HtmlHelper<TModel> | htmlHelper |
System.Linq.Expressions.Expression<System.Func<<TModel>,<TProperty>>> | expression |
System.Int32 | rows |
System.Int32 | columns |
System.Collections.Generic.IDictionary<System.String,System.Object> | htmlAttributes |
Type Parameters
TModel
TProperty