HtmlHelperDisplayNameExtensions.DisplayNameForModel(IHtmlHelper) 方法

定义

返回当前模型的显示名称。

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

参数

htmlHelper
IHtmlHelper

IHtmlHelper此方法扩展的实例。

返回

包含 String 显示名称的 。

适用于