NameExtensions.IdFor<TModel,TProperty> 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.
Obtient l’ID de la HtmlHelper<TModel> chaîne
public static System.Web.Mvc.MvcHtmlString IdFor<TModel,TProperty> (this System.Web.Mvc.HtmlHelper<TModel> html, System.Linq.Expressions.Expression<Func<TModel,TProperty>> expression);
static member IdFor : System.Web.Mvc.HtmlHelper<'Model> * System.Linq.Expressions.Expression<Func<'Model, 'Property>> -> System.Web.Mvc.MvcHtmlString
<Extension()>
Public Function IdFor(Of TModel, TProperty) (html As HtmlHelper(Of TModel), expression As Expression(Of Func(Of TModel, TProperty))) As MvcHtmlString
Paramètres de type
- TModel
Type du modèle.
- TProperty
Type de la propriété.
Paramètres
- html
- HtmlHelper<TModel>
Instance du programme d'assistance HTML qui est étendue par cette méthode.
- expression
- Expression<Func<TModel,TProperty>>
Expression identifiant l'objet qui contient l'ID.
Retours
Valeur d'attribut ID HTML de l'objet représenté par l'expression.