HtmlHelperNameExtensions.IdForModel(IHtmlHelper) 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.
Retourne l’ID de l’élément HTML pour le modèle actuel.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ IdForModel(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper);
public static string IdForModel (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper);
static member IdForModel : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper -> string
<Extension()>
Public Function IdForModel (htmlHelper As IHtmlHelper) As String
Paramètres
- htmlHelper
- IHtmlHelper
La IHtmlHelper instance cette méthode s’étend.
Retours
String contenant l’ID de l’élément.