Partager via


LabelExtensions.LabelFor Méthode

Définition

Surcharges

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, String, Object)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, String, IDictionary<String,Object>)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, String)

Renvoie un élément d’étiquette HTML et le nom de propriété de la propriété qui est représentée par l’expression spécifiée à l’aide du texte d’étiquette.

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, Object)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, IDictionary<String,Object>)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, String, Object)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

public static System.Web.Mvc.MvcHtmlString LabelFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<TModel> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression, string labelText, object htmlAttributes);
static member LabelFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> * string * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function LabelFor(Of TModel, TValue) (html As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TValue)), labelText As String, htmlAttributes As Object) As MvcHtmlString

Paramètres de type

TModel

Type du modèle.

TValue

Valeur.

Paramètres

html
HtmlHelper<TModel>

Instance du programme d'assistance HTML qui est étendue par cette méthode.

expression
Expression<Func<TModel,TValue>>

Expression qui identifie la propriété à afficher.

labelText
String

Texte de l'étiquette.

htmlAttributes
Object

Objet qui contient les attributs HTML à définir pour l’élément .

Retours

Élément d’étiquette HTML et nom de propriété de la propriété représentée par l’expression.

S’applique à

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, String, IDictionary<String,Object>)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

public static System.Web.Mvc.MvcHtmlString LabelFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<TModel> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression, string labelText, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member LabelFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> * string * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function LabelFor(Of TModel, TValue) (html As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TValue)), labelText As String, htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString

Paramètres de type

TModel

Type du modèle.

TValue

Type de la valeur.

Paramètres

html
HtmlHelper<TModel>

Instance du programme d'assistance HTML qui est étendue par cette méthode.

expression
Expression<Func<TModel,TValue>>

Expression qui identifie la propriété à afficher.

labelText
String

Texte d'étiquette à afficher.

htmlAttributes
IDictionary<String,Object>

Objet qui contient les attributs HTML à définir pour l’élément .

Retours

Élément d’étiquette HTML et nom de propriété de la propriété représentée par l’expression.

S’applique à

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, String)

Renvoie un élément d’étiquette HTML et le nom de propriété de la propriété qui est représentée par l’expression spécifiée à l’aide du texte d’étiquette.

public static System.Web.Mvc.MvcHtmlString LabelFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<TModel> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression, string labelText);
static member LabelFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> * string -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function LabelFor(Of TModel, TValue) (html As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TValue)), labelText As String) As MvcHtmlString

Paramètres de type

TModel

Type du modèle.

TValue

Type de la valeur.

Paramètres

html
HtmlHelper<TModel>

Instance du programme d'assistance HTML qui est étendue par cette méthode.

expression
Expression<Func<TModel,TValue>>

Expression qui identifie la propriété à afficher.

labelText
String

Texte d'étiquette à afficher.

Retours

Élément d’étiquette HTML et nom de propriété de la propriété représentée par l’expression.

S’applique à

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, Object)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

public static System.Web.Mvc.MvcHtmlString LabelFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<TModel> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression, object htmlAttributes);
static member LabelFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> * obj -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function LabelFor(Of TModel, TValue) (html As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TValue)), htmlAttributes As Object) As MvcHtmlString

Paramètres de type

TModel

Type du modèle.

TValue

La valeur.

Paramètres

html
HtmlHelper<TModel>

Instance du programme d'assistance HTML qui est étendue par cette méthode.

expression
Expression<Func<TModel,TValue>>

Expression qui identifie la propriété à afficher.

htmlAttributes
Object

Objet qui contient les attributs HTML à définir pour l’élément .

Retours

Élément d’étiquette HTML et nom de propriété de la propriété représentée par l’expression.

S’applique à

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>, IDictionary<String,Object>)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

public static System.Web.Mvc.MvcHtmlString LabelFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<TModel> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression, System.Collections.Generic.IDictionary<string,object> htmlAttributes);
static member LabelFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function LabelFor(Of TModel, TValue) (html As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TValue)), htmlAttributes As IDictionary(Of String, Object)) As MvcHtmlString

Paramètres de type

TModel

Type du modèle.

TValue

Type de la valeur.

Paramètres

html
HtmlHelper<TModel>

Instance du programme d'assistance HTML qui est étendue par cette méthode.

expression
Expression<Func<TModel,TValue>>

Expression qui identifie la propriété à afficher.

htmlAttributes
IDictionary<String,Object>

Objet qui contient les attributs HTML à définir pour l’élément .

Retours

Élément d’étiquette HTML et nom de propriété de la propriété représentée par l’expression.

S’applique à

LabelFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>)

Retourne un élément label HTML et le nom de la propriété qui est représentée par l'expression spécifiée.

public static System.Web.Mvc.MvcHtmlString LabelFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<TModel> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression);
static member LabelFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function LabelFor(Of TModel, TValue) (html As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TValue))) As MvcHtmlString

Paramètres de type

TModel

Type du modèle.

TValue

Type de la valeur.

Paramètres

html
HtmlHelper<TModel>

Instance du programme d'assistance HTML qui est étendue par cette méthode.

expression
Expression<Func<TModel,TValue>>

Expression qui identifie la propriété à afficher.

Retours

Élément d’étiquette HTML et nom de propriété de la propriété représentée par l’expression.

S’applique à