共用方式為


HtmlHelperNameExtensions.IdForModel(IHtmlHelper) 方法

定義

傳回目前模型的 HTML 專案識別碼。

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

參數

htmlHelper
IHtmlHelper

這個 IHtmlHelper 方法擴充的實例。

傳回

String 包含專案識別碼。

適用於