Skip to main content

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
TypeName
ServiceStack.Html.HtmlHelperhtmlHelper
System.Stringname

TextArea(HtmlHelper, String, Object)

View Source
Declaration
public static MvcHtmlString TextArea(this HtmlHelper htmlHelper, string name, object htmlAttributes)
Returns

ServiceStack.Html.MvcHtmlString

Parameters
TypeName
ServiceStack.Html.HtmlHelperhtmlHelper
System.Stringname
System.ObjecthtmlAttributes

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
TypeName
ServiceStack.Html.HtmlHelperhtmlHelper
System.Stringname
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
TypeName
ServiceStack.Html.HtmlHelperhtmlHelper
System.Stringname
System.Stringvalue

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
TypeName
ServiceStack.Html.HtmlHelperhtmlHelper
System.Stringname
System.Stringvalue
System.ObjecthtmlAttributes

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
TypeName
ServiceStack.Html.HtmlHelperhtmlHelper
System.Stringname
System.Stringvalue
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
TypeName
ServiceStack.Html.HtmlHelperhtmlHelper
System.Stringname
System.Stringvalue
System.Int32rows
System.Int32columns
System.ObjecthtmlAttributes

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
TypeName
ServiceStack.Html.HtmlHelperhtmlHelper
System.Stringname
System.Stringvalue
System.Int32rows
System.Int32columns
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
TypeName
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
TypeName
ServiceStack.Html.HtmlHelper<TModel>htmlHelper
System.Linq.Expressions.Expression<System.Func<<TModel>,<TProperty>>>expression
System.ObjecthtmlAttributes
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
TypeName
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
TypeName
ServiceStack.Html.HtmlHelper<TModel>htmlHelper
System.Linq.Expressions.Expression<System.Func<<TModel>,<TProperty>>>expression
System.Int32rows
System.Int32columns
System.ObjecthtmlAttributes
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
TypeName
ServiceStack.Html.HtmlHelper<TModel>htmlHelper
System.Linq.Expressions.Expression<System.Func<<TModel>,<TProperty>>>expression
System.Int32rows
System.Int32columns
System.Collections.Generic.IDictionary<System.String,System.Object>htmlAttributes
Type Parameters
  • TModel
  • TProperty