HtmlHelperDisplayNameExtensions.DisplayNameForModel(IHtmlHelper) Méthode

Définition

Retourne le nom d’affichage du modèle actuel.

public:
[System::Runtime::CompilerServices::Extension]
 static System::String ^ DisplayNameForModel(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper);
public static string DisplayNameForModel (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper);
static member DisplayNameForModel : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper -> string
<Extension()>
Public Function DisplayNameForModel (htmlHelper As IHtmlHelper) As String

Paramètres

htmlHelper
IHtmlHelper

La IHtmlHelper instance cette méthode s’étend.

Retours

String contenant le nom d’affichage.

S’applique à