共用方式為


HtmlHelperLabelExtensions.LabelForModel 方法

定義

多載

LabelForModel(IHtmlHelper)

傳 < 回目前模型的標籤 > 專案。

LabelForModel(IHtmlHelper, Object)

傳 < 回目前模型的標籤 > 專案。

LabelForModel(IHtmlHelper, String)

傳 < 回目前模型的標籤 > 專案。

LabelForModel(IHtmlHelper, String, Object)

傳 < 回目前模型的標籤 > 專案。

LabelForModel(IHtmlHelper)

來源:
HtmlHelperLabelExtensions.cs
來源:
HtmlHelperLabelExtensions.cs
來源:
HtmlHelperLabelExtensions.cs

傳 < 回目前模型的標籤 > 專案。

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

參數

htmlHelper
IHtmlHelper

這個 IHtmlHelper 方法擴充的實例。

傳回

新的 IHtmlContent ,其中包含 < 標籤 > 專案。

適用於

LabelForModel(IHtmlHelper, Object)

來源:
HtmlHelperLabelExtensions.cs
來源:
HtmlHelperLabelExtensions.cs
來源:
HtmlHelperLabelExtensions.cs

傳 < 回目前模型的標籤 > 專案。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Html::IHtmlContent ^ LabelForModel(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::Object ^ htmlAttributes);
public static Microsoft.AspNetCore.Html.IHtmlContent LabelForModel (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, object htmlAttributes);
static member LabelForModel : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * obj -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function LabelForModel (htmlHelper As IHtmlHelper, htmlAttributes As Object) As IHtmlContent

參數

htmlHelper
IHtmlHelper

這個 IHtmlHelper 方法擴充的實例。

htmlAttributes
Object

Object,其中包含 專案的 HTML 屬性。 或者, IDictionary<TKey,TValue> 包含 HTML 屬性的實例。

傳回

新的 IHtmlContent ,其中包含 < 標籤 > 專案。

適用於

LabelForModel(IHtmlHelper, String)

來源:
HtmlHelperLabelExtensions.cs
來源:
HtmlHelperLabelExtensions.cs
來源:
HtmlHelperLabelExtensions.cs

傳 < 回目前模型的標籤 > 專案。

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

參數

htmlHelper
IHtmlHelper

這個 IHtmlHelper 方法擴充的實例。

labelText
String

專案的內部文字。

傳回

新的 IHtmlContent ,其中包含 < 標籤 > 專案。

適用於

LabelForModel(IHtmlHelper, String, Object)

來源:
HtmlHelperLabelExtensions.cs
來源:
HtmlHelperLabelExtensions.cs
來源:
HtmlHelperLabelExtensions.cs

傳 < 回目前模型的標籤 > 專案。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Html::IHtmlContent ^ LabelForModel(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ labelText, System::Object ^ htmlAttributes);
public static Microsoft.AspNetCore.Html.IHtmlContent LabelForModel (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string labelText, object htmlAttributes);
static member LabelForModel : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function LabelForModel (htmlHelper As IHtmlHelper, labelText As String, htmlAttributes As Object) As IHtmlContent

參數

htmlHelper
IHtmlHelper

這個 IHtmlHelper 方法擴充的實例。

labelText
String

專案的內部文字。

htmlAttributes
Object

Object,其中包含 專案的 HTML 屬性。 或者, IDictionary<TKey,TValue> 包含 HTML 屬性的實例。

傳回

新的 IHtmlContent ,其中包含 < 標籤 > 專案。

適用於