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 包含顯示名稱。