HtmlHelperLabelExtensions.Label 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Label(IHtmlHelper, String) |
지정된 |
Label(IHtmlHelper, String, String) |
지정된 |
Label(IHtmlHelper, String)
- Source:
- HtmlHelperLabelExtensions.cs
- Source:
- HtmlHelperLabelExtensions.cs
- Source:
- HtmlHelperLabelExtensions.cs
지정된 expression
에 <대한 레이블> 요소를 반환합니다.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ Label(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression);
public static Microsoft.AspNetCore.Html.IHtmlContent Label (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression);
static member Label : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function Label (htmlHelper As IHtmlHelper, expression As String) As IHtmlContent
매개 변수
- htmlHelper
- IHtmlHelper
이 메서드가 IHtmlHelper 확장되는 instance.
- expression
- String
현재 모델을 기준으로 하는 식 이름입니다.
반환
레이블> 요소를 포함하는 새 IHtmlContent 입니다<.
적용 대상
Label(IHtmlHelper, String, String)
- Source:
- HtmlHelperLabelExtensions.cs
- Source:
- HtmlHelperLabelExtensions.cs
- Source:
- HtmlHelperLabelExtensions.cs
지정된 expression
에 <대한 레이블> 요소를 반환합니다.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Html::IHtmlContent ^ Label(Microsoft::AspNetCore::Mvc::Rendering::IHtmlHelper ^ htmlHelper, System::String ^ expression, System::String ^ labelText);
public static Microsoft.AspNetCore.Html.IHtmlContent Label (this Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper htmlHelper, string expression, string labelText);
static member Label : Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper * string * string -> Microsoft.AspNetCore.Html.IHtmlContent
<Extension()>
Public Function Label (htmlHelper As IHtmlHelper, expression As String, labelText As String) As IHtmlContent
매개 변수
- htmlHelper
- IHtmlHelper
이 메서드가 IHtmlHelper 확장되는 instance.
- expression
- String
현재 모델을 기준으로 하는 식 이름입니다.
- labelText
- String
요소의 내부 텍스트입니다.
반환
레이블> 요소를 포함하는 새 IHtmlContent 입니다<.