HtmlHelperInputExtensions.TextArea Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
TextArea(IHtmlHelper, String) |
<Zwraca element textarea> dla określonego |
TextArea(IHtmlHelper, String, Object) |
<Zwraca element textarea> dla określonego |
TextArea(IHtmlHelper, String, String) |
<Zwraca element textarea> dla określonego |
TextArea(IHtmlHelper, String, String, Object) |
<Zwraca element textarea> dla określonego |
TextArea(IHtmlHelper, String)
- Źródło:
- HtmlHelperInputExtensions.cs
- Źródło:
- HtmlHelperInputExtensions.cs
- Źródło:
- HtmlHelperInputExtensions.cs
<Zwraca element textarea> dla określonego expression
elementu . Dodaje zawartość do treści elementu na podstawie pierwszej wartości innejnull
niż znaleziona w: ModelState wpis o pełnej nazwie, ViewData wpis o pełnej nazwie lub obliczony expression
względem Modelwartości .
Zobacz Name(String) , aby uzyskać więcej informacji na temat "pełnej nazwy".
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
Parametry
- htmlHelper
- IHtmlHelper
Wystąpienie, które IHtmlHelper rozszerza ta metoda.
- expression
- String
Nazwa wyrażenia względem bieżącego modelu.
Zwraca
Nowa IHtmlContent zawierająca <element textarea> .
Uwagi
Łączy HtmlFieldPrefix i expression
ustawia <atrybut "name" elementu textarea> .
expression
Umożliwia ustawienie atrybutu "id" elementu.
Dotyczy
TextArea(IHtmlHelper, String, Object)
- Źródło:
- HtmlHelperInputExtensions.cs
- Źródło:
- HtmlHelperInputExtensions.cs
- Źródło:
- HtmlHelperInputExtensions.cs
<Zwraca element textarea> dla określonego expression
elementu . Dodaje zawartość do treści elementu na podstawie pierwszej wartości innejnull
niż znaleziona w: ModelState wpis o pełnej nazwie, ViewData wpis o pełnej nazwie lub obliczony expression
względem Modelwartości .
Zobacz Name(String) , aby uzyskać więcej informacji na temat "pełnej nazwy".
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
Parametry
- htmlHelper
- IHtmlHelper
Wystąpienie, które IHtmlHelper rozszerza ta metoda.
- expression
- String
Nazwa wyrażenia względem bieżącego modelu.
- htmlAttributes
- Object
Element Object zawierający atrybuty HTML elementu. Alternatywnie IDictionary<TKey,TValue> wystąpienie zawierające atrybuty HTML.
Zwraca
Nowa IHtmlContent zawierająca <element textarea> .
Uwagi
Łączy HtmlFieldPrefix i expression
ustawia <atrybut "name" elementu textarea> .
expression
Umożliwia ustawienie atrybutu "id" elementu.
Dotyczy
TextArea(IHtmlHelper, String, String)
- Źródło:
- HtmlHelperInputExtensions.cs
- Źródło:
- HtmlHelperInputExtensions.cs
- Źródło:
- HtmlHelperInputExtensions.cs
<Zwraca element textarea> dla określonego expression
elementu . Dodaje zawartość do treści elementu na podstawie pierwszej wartości innejnull
niż znaleziono w: ModelState wpis z pełną nazwą, parametrem, value
ViewData wpisem o pełnej nazwie lub expression
wartością obliczoną względem Model.
Zobacz Name(String) , aby uzyskać więcej informacji na temat "pełnej nazwy".
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
Parametry
- htmlHelper
- IHtmlHelper
Wystąpienie, które IHtmlHelper rozszerza ta metoda.
- expression
- String
Nazwa wyrażenia względem bieżącego modelu.
- value
- String
Jeśli nienull
, wartość do uwzględnienia w elemecie .
Zwraca
Nowa IHtmlContent zawierająca <element textarea> .
Uwagi
Łączy HtmlFieldPrefix i expression
ustawia <atrybut "name" elementu textarea> .
expression
Umożliwia ustawienie atrybutu "id" elementu.
Dotyczy
TextArea(IHtmlHelper, String, String, Object)
- Źródło:
- HtmlHelperInputExtensions.cs
- Źródło:
- HtmlHelperInputExtensions.cs
- Źródło:
- HtmlHelperInputExtensions.cs
<Zwraca element textarea> dla określonego expression
elementu . Dodaje zawartość do treści elementu na podstawie pierwszej wartości innejnull
niż znaleziono w: ModelState wpis z pełną nazwą, parametrem, value
ViewData wpisem o pełnej nazwie lub expression
wartością obliczoną względem Model.
Zobacz Name(String) , aby uzyskać więcej informacji na temat "pełnej nazwy".
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
Parametry
- htmlHelper
- IHtmlHelper
Wystąpienie, które IHtmlHelper rozszerza ta metoda.
- expression
- String
Nazwa wyrażenia względem bieżącego modelu.
- value
- String
Jeśli nienull
, wartość do uwzględnienia w elemecie .
- htmlAttributes
- Object
Element Object zawierający atrybuty HTML elementu. Alternatywnie IDictionary<TKey,TValue> wystąpienie zawierające atrybuty HTML.
Zwraca
Nowa IHtmlContent zawierająca <element textarea> .
Uwagi
Łączy HtmlFieldPrefix i expression
ustawia <atrybut "name" elementu textarea> .
expression
Umożliwia ustawienie atrybutu "id" elementu.