Sdílet prostřednictvím


IHtmlHelper.Label(String, String, Object) Metoda

Definice

<Vrátí prvek label> pro zadaný expression.

public:
 Microsoft::AspNetCore::Html::IHtmlContent ^ Label(System::String ^ expression, System::String ^ labelText, System::Object ^ htmlAttributes);
public Microsoft.AspNetCore.Html.IHtmlContent Label (string expression, string labelText, object htmlAttributes);
abstract member Label : string * string * obj -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function Label (expression As String, labelText As String, htmlAttributes As Object) As IHtmlContent

Parametry

expression
String

Název výrazu vzhledem k aktuálnímu modelu.

labelText
String

Vnitřní text prvku.

htmlAttributes
Object

Obsahuje Object atributy HTML elementu . Alternativně instance IDictionary<TKey,TValue> obsahující atributy HTML.

Návraty

Nový IHtmlContent obsahující <element label> .

Platí pro