Compartir a través de


IHtmlHelper.Label(String, String, Object) Método

Definición

Devuelve un <elemento de etiqueta> para el especificado expression.

public:
 Microsoft::AspNetCore::Html::IHtmlContent ^ Label(System::String ^ expression, System::String ^ labelText, System::Object ^ htmlAttributes);
public Microsoft.AspNetCore.Html.IHtmlContent Label (string expression, string labelText, object htmlAttributes);
abstract member Label : string * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function Label (expression As String, labelText As String, htmlAttributes As Object) As IHtmlContent

Parámetros

expression
String

Nombre de expresión, en relación con el modelo actual.

labelText
String

Texto interno del elemento.

htmlAttributes
Object

que Object contiene los atributos HTML del elemento . Como alternativa, una IDictionary<TKey,TValue> instancia que contiene los atributos HTML.

Devoluciones

Nuevo IHtmlContent que contiene el <elemento label> .

Se aplica a