HtmlHelperLabelExtensions.LabelForModel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
LabelForModel(IHtmlHelper) |
傳 < 回目前模型的標籤 > 專案。 |
LabelForModel(IHtmlHelper, Object) |
傳 < 回目前模型的標籤 > 專案。 |
LabelForModel(IHtmlHelper, String) |
傳 < 回目前模型的標籤 > 專案。 |
LabelForModel(IHtmlHelper, String, Object) |
傳 < 回目前模型的標籤 > 專案。 |
LabelForModel(IHtmlHelper)
傳 < 回目前模型的標籤 > 專案。
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)
傳 < 回目前模型的標籤 > 專案。
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)
傳 < 回目前模型的標籤 > 專案。
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)
傳 < 回目前模型的標籤 > 專案。
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 ,其中包含 < 標籤 > 專案。