HtmlHelperInputExtensions.TextArea 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
TextArea(IHtmlHelper, String) |
返回<指定 |
TextArea(IHtmlHelper, String, Object) |
返回<指定 |
TextArea(IHtmlHelper, String, String) |
返回<指定 |
TextArea(IHtmlHelper, String, String, Object) |
返回<指定 |
TextArea(IHtmlHelper, String)
- Source:
- HtmlHelperInputExtensions.cs
- Source:
- HtmlHelperInputExtensions.cs
- Source:
- HtmlHelperInputExtensions.cs
返回<指定 expression
的 textarea> 元素。 根据中找到的第一个非null
值向元素正文添加内容: ModelState 具有全名的条目、具有全名的 ViewData 条目或 expression
针对 Model求值的 。
有关“全名”的详细信息,请参阅 Name(String) 。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ TextArea(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression);
public static Microsoft.AspNetCore.Html.IHtmlContent TextArea (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression);
static member TextArea : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function TextArea (htmlHelper As IHtmlHelper, expression As String) As IHtmlContent
参数
- htmlHelper
- IHtmlHelper
IHtmlHelper此方法扩展的实例。
- expression
- String
表达式名称,相对于当前模型。
返回
包含 <textarea> 元素的新IHtmlContent。
注解
HtmlFieldPrefix合并 和 expression
以设置 <textarea> 元素的“name”属性。
expression
清理以设置元素的“id”属性。
适用于
TextArea(IHtmlHelper, String, Object)
- Source:
- HtmlHelperInputExtensions.cs
- Source:
- HtmlHelperInputExtensions.cs
- Source:
- HtmlHelperInputExtensions.cs
返回<指定 expression
的 textarea> 元素。 根据中找到的第一个非null
值向元素正文添加内容: ModelState 具有全名的条目、具有全名的 ViewData 条目或 expression
针对 Model求值的 。
有关“全名”的详细信息,请参阅 Name(String) 。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ TextArea(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::Object ^ htmlAttributes);
public static Microsoft.AspNetCore.Html.IHtmlContent TextArea (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, object htmlAttributes);
static member TextArea : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function TextArea (htmlHelper As IHtmlHelper, expression As String, htmlAttributes As Object) As IHtmlContent
参数
- htmlHelper
- IHtmlHelper
IHtmlHelper此方法扩展的实例。
- expression
- String
表达式名称,相对于当前模型。
- htmlAttributes
- Object
一个 Object ,它包含 元素的 HTML 属性。 或者,一个 IDictionary<TKey,TValue> 包含 HTML 属性的实例。
返回
包含 <textarea> 元素的新IHtmlContent。
注解
HtmlFieldPrefix合并 和 expression
以设置 <textarea> 元素的“name”属性。
expression
清理以设置元素的“id”属性。
适用于
TextArea(IHtmlHelper, String, String)
- Source:
- HtmlHelperInputExtensions.cs
- Source:
- HtmlHelperInputExtensions.cs
- Source:
- HtmlHelperInputExtensions.cs
返回<指定 expression
的 textarea> 元素。 基于中找到的第一个非null
值向元素正文添加内容:具有全名的 ModelState 条目、 value
参数、具有全名的 ViewData 条目或 expression
针对 Model求值的 。
有关“全名”的详细信息,请参阅 Name(String) 。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ TextArea(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::String ^ value);
public static Microsoft.AspNetCore.Html.IHtmlContent TextArea (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, string value);
static member TextArea : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * string -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function TextArea (htmlHelper As IHtmlHelper, expression As String, value As String) As IHtmlContent
参数
- htmlHelper
- IHtmlHelper
IHtmlHelper此方法扩展的实例。
- expression
- String
表达式名称,相对于当前模型。
- value
- String
如果不是 ,null
则值要包含在 元素中。
返回
包含 <textarea> 元素的新IHtmlContent。
注解
HtmlFieldPrefix合并 和 expression
以设置 <textarea> 元素的“name”属性。
expression
清理以设置元素的“id”属性。
适用于
TextArea(IHtmlHelper, String, String, Object)
- Source:
- HtmlHelperInputExtensions.cs
- Source:
- HtmlHelperInputExtensions.cs
- Source:
- HtmlHelperInputExtensions.cs
返回<指定 expression
的 textarea> 元素。 基于中找到的第一个非null
值向元素正文添加内容:具有全名的 ModelState 条目、 value
参数、具有全名的 ViewData 条目或 expression
针对 Model求值的 。
有关“全名”的详细信息,请参阅 Name(String) 。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ TextArea(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::String ^ value, System::Object ^ htmlAttributes);
public static Microsoft.AspNetCore.Html.IHtmlContent TextArea (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, string value, object htmlAttributes);
static member TextArea : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function TextArea (htmlHelper As IHtmlHelper, expression As String, value As String, htmlAttributes As Object) As IHtmlContent
参数
- htmlHelper
- IHtmlHelper
IHtmlHelper此方法扩展的实例。
- expression
- String
表达式名称,相对于当前模型。
- value
- String
如果不是 ,null
则值要包含在 元素中。
- htmlAttributes
- Object
一个 Object ,它包含 元素的 HTML 属性。 或者,一个 IDictionary<TKey,TValue> 包含 HTML 属性的实例。
返回
包含 <textarea> 元素的新IHtmlContent。
注解
HtmlFieldPrefix合并 和 expression
以设置 <textarea> 元素的“name”属性。
expression
清理以设置元素的“id”属性。