DisplayNameExtensions.DisplayNameFor Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
DisplayNameFor<TModel,TValue>(HtmlHelper<IEnumerable<TModel>>, Expression<Func<TModel,TValue>>) |
Obtient le nom d’affichage du modèle. |
DisplayNameFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>) |
Obtient le nom d’affichage du modèle. |
DisplayNameFor<TModel,TValue>(HtmlHelper<IEnumerable<TModel>>, Expression<Func<TModel,TValue>>)
Obtient le nom d’affichage du modèle.
public static System.Web.Mvc.MvcHtmlString DisplayNameFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<System.Collections.Generic.IEnumerable<TModel>> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression);
static member DisplayNameFor : System.Web.Mvc.HtmlHelper<seq<'Model>> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function DisplayNameFor(Of TModel, TValue) (html As HtmlHelper(Of IEnumerable(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<IEnumerable<TModel>>
Instance du programme d'assistance HTML qui est étendue par cette méthode.
- expression
- Expression<Func<TModel,TValue>>
Expression identifiant l'objet qui contient le nom complet.
Retours
Nom d’affichage du modèle.
S’applique à
DisplayNameFor<TModel,TValue>(HtmlHelper<TModel>, Expression<Func<TModel,TValue>>)
Obtient le nom d’affichage du modèle.
public static System.Web.Mvc.MvcHtmlString DisplayNameFor<TModel,TValue> (this System.Web.Mvc.HtmlHelper<TModel> html, System.Linq.Expressions.Expression<Func<TModel,TValue>> expression);
static member DisplayNameFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Value>> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function DisplayNameFor(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 identifiant l'objet qui contient le nom complet.
Retours
Nom d’affichage du modèle.