HtmlHelperDisplayNameExtensions.DisplayNameForModel(IHtmlHelper) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前模型的显示名称。
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 显示名称的 。