InputExtensions.TextBox 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
TextBox(HtmlHelper, String, Object, String, Object) |
傳回文字輸入專案。 |
TextBox(HtmlHelper, String, Object, String, IDictionary<String,Object>) |
傳回文字輸入專案。 |
TextBox(HtmlHelper, String, Object, String) |
傳回文字輸入專案。 |
TextBox(HtmlHelper, String, Object) |
使用指定的 HTML 協助程式、表單欄位的名稱和值,傳回文字輸入專案。 |
TextBox(HtmlHelper, String, Object, IDictionary<String,Object>) |
使用指定的 HTML 協助程式、表單欄位的名稱、值和 HTML 屬性,傳回文字輸入專案。 |
TextBox(HtmlHelper, String) |
使用指定的 HTML Helper 和表單欄位名稱,傳回文字 input 元素。 |
TextBox(HtmlHelper, String, Object, Object) |
使用指定的 HTML 協助程式、表單欄位的名稱、值和 HTML 屬性,傳回文字輸入專案。 |
TextBox(HtmlHelper, String, Object, String, Object)
傳回文字輸入專案。
public static System.Web.Mvc.MvcHtmlString TextBox (this System.Web.Mvc.HtmlHelper htmlHelper, string name, object value, string format, object htmlAttributes);
static member TextBox : System.Web.Mvc.HtmlHelper * string * obj * string * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextBox (htmlHelper As HtmlHelper, name As String, value As Object, format As String, htmlAttributes As Object) As MvcHtmlString
參數
- htmlHelper
- HtmlHelper
此方法擴充的 HTML Helper 執行個體。
- name
- String
表單域的名稱,以及 ViewDataDictionary 用來查閱值的索引鍵。
- value
- Object
文字 input 元素的值。 此值會依此順序擷取 - ModelStateDictionary 物件、此參數的值、 ViewDataDictionary 物件,最後是 html 屬性中的值屬性。
- format
- String
用來格式化輸入的字串。
- htmlAttributes
- Object
物件,包含要針對項目設定的 HTML 屬性。
傳回
其 type 屬性設定為 "text" 的 input 元素。
適用於
TextBox(HtmlHelper, String, Object, String, IDictionary<String,Object>)
傳回文字輸入專案。
public static System.Web.Mvc.MvcHtmlString TextBox (this System.Web.Mvc.HtmlHelper htmlHelper, string name, object value, string format, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member TextBox : System.Web.Mvc.HtmlHelper * string * obj * string * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextBox (htmlHelper As HtmlHelper, name As String, value As Object, format As String, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
參數
- htmlHelper
- HtmlHelper
此方法擴充的 HTML Helper 執行個體。
- name
- String
表單域的名稱,以及 ViewDataDictionary 用來查閱值的索引鍵。
- value
- Object
文字 input 元素的值。 此值會依此順序擷取 - ModelStateDictionary 物件、此參數的值、 ViewDataDictionary 物件,最後是 html 屬性中的值屬性。
- format
- String
用來格式化輸入的字串。
- htmlAttributes
- IDictionary<String,Object>
物件,包含要針對項目設定的 HTML 屬性。
傳回
其 type 屬性設定為 "text" 的 input 元素。
適用於
TextBox(HtmlHelper, String, Object, String)
傳回文字輸入專案。
public static System.Web.Mvc.MvcHtmlString TextBox (this System.Web.Mvc.HtmlHelper htmlHelper, string name, object value, string format);
static member TextBox : System.Web.Mvc.HtmlHelper * string * obj * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextBox (htmlHelper As HtmlHelper, name As String, value As Object, format As String) As MvcHtmlString
參數
- htmlHelper
- HtmlHelper
此方法擴充的 HTML Helper 執行個體。
- name
- String
表單欄位名稱。
- value
- Object
文字 input 元素的值。 此值會依此順序擷取 - ModelStateDictionary 物件、此參數的值、 ViewDataDictionary 物件,最後是 html 屬性中的值屬性。
- format
- String
用來格式化輸入的字串。
傳回
其 type 屬性設定為 "text" 的 input 元素。
適用於
TextBox(HtmlHelper, String, Object)
使用指定的 HTML 協助程式、表單欄位的名稱和值,傳回文字輸入專案。
public static System.Web.Mvc.MvcHtmlString TextBox (this System.Web.Mvc.HtmlHelper htmlHelper, string name, object value);
static member TextBox : System.Web.Mvc.HtmlHelper * string * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextBox (htmlHelper As HtmlHelper, name As String, value As Object) As MvcHtmlString
參數
- htmlHelper
- HtmlHelper
此方法擴充的 HTML Helper 執行個體。
- name
- String
表單域的名稱,以及 ViewDataDictionary 用來查閱值的索引鍵。
- value
- Object
文字 input 元素的值。 此值會依此順序擷取 - ModelStateDictionary 物件、此參數的值、 ViewDataDictionary 物件,最後是 html 屬性中的值屬性。
傳回
其 type 屬性設定為 "text" 的 input 元素。
適用於
TextBox(HtmlHelper, String, Object, IDictionary<String,Object>)
使用指定的 HTML 協助程式、表單欄位的名稱、值和 HTML 屬性,傳回文字輸入專案。
public static System.Web.Mvc.MvcHtmlString TextBox (this System.Web.Mvc.HtmlHelper htmlHelper, string name, object value, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member TextBox : System.Web.Mvc.HtmlHelper * string * obj * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextBox (htmlHelper As HtmlHelper, name As String, value As Object, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString
參數
- htmlHelper
- HtmlHelper
此方法擴充的 HTML Helper 執行個體。
- name
- String
表單域的名稱,以及 ViewDataDictionary 用來查閱值的索引鍵。
- value
- Object
文字 input 元素的值。 此值會依此順序擷取 - ModelStateDictionary 物件、此參數的值、 ViewDataDictionary 物件,最後是 html 屬性中的值屬性。
- htmlAttributes
- IDictionary<String,Object>
物件,包含要針對項目設定的 HTML 屬性。
傳回
其 type 屬性設定為 "text" 的 input 元素。
適用於
TextBox(HtmlHelper, String)
使用指定的 HTML Helper 和表單欄位名稱,傳回文字 input 元素。
public static System.Web.Mvc.MvcHtmlString TextBox (this System.Web.Mvc.HtmlHelper htmlHelper, string name);
static member TextBox : System.Web.Mvc.HtmlHelper * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextBox (htmlHelper As HtmlHelper, name As String) As MvcHtmlString
參數
- htmlHelper
- HtmlHelper
此方法擴充的 HTML Helper 執行個體。
- name
- String
表單域的名稱,以及 ViewDataDictionary 用來查閱值的索引鍵。
傳回
其 type 屬性設定為 "text" 的 input 元素。
適用於
TextBox(HtmlHelper, String, Object, Object)
使用指定的 HTML 協助程式、表單欄位的名稱、值和 HTML 屬性,傳回文字輸入專案。
public static System.Web.Mvc.MvcHtmlString TextBox (this System.Web.Mvc.HtmlHelper htmlHelper, string name, object value, object htmlAttributes);
static member TextBox : System.Web.Mvc.HtmlHelper * string * obj * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function TextBox (htmlHelper As HtmlHelper, name As String, value As Object, htmlAttributes As Object) As MvcHtmlString
參數
- htmlHelper
- HtmlHelper
此方法擴充的 HTML Helper 執行個體。
- name
- String
表單域的名稱,以及 ViewDataDictionary 用來查閱值的索引鍵。
- value
- Object
文字 input 元素的值。 此值會依此順序擷取 - ModelStateDictionary 物件、此參數的值、 ViewDataDictionary 物件,最後是 html 屬性中的值屬性。
- htmlAttributes
- Object
物件,包含要針對項目設定的 HTML 屬性。
傳回
其 type 屬性設定為 "text" 的 input 元素。