TextAreaExtensions.TextArea Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
TextArea(HtmlHelper, String) |
Restituisce l'elemento textarea specificato utilizzando l'helper HTML e il nome del campo del form specificati. |
TextArea(HtmlHelper, String, IDictionary<String,Object>) |
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo e gli attributi HTML specificati. |
TextArea(HtmlHelper, String, Object) |
Restituisce l'elemento textarea specificato usando gli attributi HTML e helper HTML specificati. |
TextArea(HtmlHelper, String, String) |
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo del modulo e il contenuto di testo. |
TextArea(HtmlHelper, String, String, IDictionary<String,Object>) |
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo, il contenuto di testo e gli attributi HTML specificati. |
TextArea(HtmlHelper, String, String, Object) |
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo, il contenuto di testo e gli attributi HTML specificati. |
TextArea(HtmlHelper, String, String, Int32, Int32, IDictionary<String,Object>) |
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo, il contenuto di testo, il numero di righe e colonne e gli attributi HTML specificati. |
TextArea(HtmlHelper, String, String, Int32, Int32, Object) |
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo, il contenuto di testo, il numero di righe e colonne e gli attributi HTML specificati. |
TextArea(HtmlHelper, String)
Restituisce l'elemento textarea specificato utilizzando l'helper HTML e il nome del campo del form specificati.
public static System.Web.Mvc.MvcHtmlString TextArea (this System.Web.Mvc.HtmlHelper htmlHelper, string name);
static member TextArea : System.Web.Mvc.HtmlHelper * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextArea (htmlHelper As HtmlHelper, name As String) As MvcHtmlString
Parametri
- htmlHelper
- HtmlHelper
Istanza dell'helper HTML estesa da questo metodo.
- name
- String
Nome del campo del form da restituire.
Restituisce
Elemento textarea.
Si applica a
TextArea(HtmlHelper, String, IDictionary<String,Object>)
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo e gli attributi HTML specificati.
public static System.Web.Mvc.MvcHtmlString TextArea (this System.Web.Mvc.HtmlHelper htmlHelper, string name, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member TextArea : System.Web.Mvc.HtmlHelper * string * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextArea (htmlHelper As HtmlHelper, name As String, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
Parametri
- htmlHelper
- HtmlHelper
Istanza dell'helper HTML estesa da questo metodo.
- name
- String
Nome del campo del form da restituire.
- htmlAttributes
- IDictionary<String,Object>
Oggetto che contiene gli attributi HTML da impostare per l'elemento.
Restituisce
Elemento textarea.
Si applica a
TextArea(HtmlHelper, String, Object)
Restituisce l'elemento textarea specificato usando gli attributi HTML e helper HTML specificati.
public static System.Web.Mvc.MvcHtmlString TextArea (this System.Web.Mvc.HtmlHelper htmlHelper, string name, object htmlAttributes);
static member TextArea : System.Web.Mvc.HtmlHelper * string * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextArea (htmlHelper As HtmlHelper, name As String, htmlAttributes As Object) As MvcHtmlString
Parametri
- htmlHelper
- HtmlHelper
Istanza dell'helper HTML estesa da questo metodo.
- name
- String
Nome del campo del form da restituire.
- htmlAttributes
- Object
Oggetto che contiene gli attributi HTML da impostare per l'elemento.
Restituisce
Elemento textarea.
Si applica a
TextArea(HtmlHelper, String, String)
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo del modulo e il contenuto di testo.
public static System.Web.Mvc.MvcHtmlString TextArea (this System.Web.Mvc.HtmlHelper htmlHelper, string name, string value);
static member TextArea : System.Web.Mvc.HtmlHelper * string * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextArea (htmlHelper As HtmlHelper, name As String, value As String) As MvcHtmlString
Parametri
- htmlHelper
- HtmlHelper
Istanza dell'helper HTML estesa da questo metodo.
- name
- String
Nome del campo del form da restituire.
- value
- String
Contenuto di testo.
Restituisce
Elemento textarea.
Si applica a
TextArea(HtmlHelper, String, String, IDictionary<String,Object>)
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo, il contenuto di testo e gli attributi HTML specificati.
public static System.Web.Mvc.MvcHtmlString TextArea (this System.Web.Mvc.HtmlHelper htmlHelper, string name, string value, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member TextArea : System.Web.Mvc.HtmlHelper * string * string * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextArea (htmlHelper As HtmlHelper, name As String, value As String, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
Parametri
- htmlHelper
- HtmlHelper
Istanza dell'helper HTML estesa da questo metodo.
- name
- String
Nome del campo del form da restituire.
- value
- String
Contenuto di testo.
- htmlAttributes
- IDictionary<String,Object>
Oggetto che contiene gli attributi HTML da impostare per l'elemento.
Restituisce
Elemento textarea.
Si applica a
TextArea(HtmlHelper, String, String, Object)
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo, il contenuto di testo e gli attributi HTML specificati.
public static System.Web.Mvc.MvcHtmlString TextArea (this System.Web.Mvc.HtmlHelper htmlHelper, string name, string value, object htmlAttributes);
static member TextArea : System.Web.Mvc.HtmlHelper * string * string * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextArea (htmlHelper As HtmlHelper, name As String, value As String, htmlAttributes As Object) As MvcHtmlString
Parametri
- htmlHelper
- HtmlHelper
Istanza dell'helper HTML estesa da questo metodo.
- name
- String
Nome del campo del form da restituire.
- value
- String
Contenuto di testo.
- htmlAttributes
- Object
Oggetto che contiene gli attributi HTML da impostare per l'elemento.
Restituisce
Elemento textarea.
Si applica a
TextArea(HtmlHelper, String, String, Int32, Int32, IDictionary<String,Object>)
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo, il contenuto di testo, il numero di righe e colonne e gli attributi HTML specificati.
public static System.Web.Mvc.MvcHtmlString TextArea (this System.Web.Mvc.HtmlHelper htmlHelper, string name, string value, int rows, int columns, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member TextArea : System.Web.Mvc.HtmlHelper * string * string * int * int * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextArea (htmlHelper As HtmlHelper, name As String, value As String, rows As Integer, columns As Integer, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
Parametri
- htmlHelper
- HtmlHelper
Istanza dell'helper HTML estesa da questo metodo.
- name
- String
Nome del campo del form da restituire.
- value
- String
Contenuto di testo.
- rows
- Int32
Numero di righe.
- columns
- Int32
Numero di colonne.
- htmlAttributes
- IDictionary<String,Object>
Oggetto che contiene gli attributi HTML da impostare per l'elemento.
Restituisce
Elemento textarea.
Si applica a
TextArea(HtmlHelper, String, String, Int32, Int32, Object)
Restituisce l'elemento textarea specificato usando l'helper HTML specificato, il nome del campo modulo, il contenuto di testo, il numero di righe e colonne e gli attributi HTML specificati.
public static System.Web.Mvc.MvcHtmlString TextArea (this System.Web.Mvc.HtmlHelper htmlHelper, string name, string value, int rows, int columns, object htmlAttributes);
static member TextArea : System.Web.Mvc.HtmlHelper * string * string * int * int * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextArea (htmlHelper As HtmlHelper, name As String, value As String, rows As Integer, columns As Integer, htmlAttributes As Object) As MvcHtmlString
Parametri
- htmlHelper
- HtmlHelper
Istanza dell'helper HTML estesa da questo metodo.
- name
- String
Nome del campo del form da restituire.
- value
- String
Contenuto di testo.
- rows
- Int32
Numero di righe.
- columns
- Int32
Numero di colonne.
- htmlAttributes
- Object
Oggetto che contiene gli attributi HTML da impostare per l'elemento.
Restituisce
Elemento textarea.