3 lines
85 B
Plaintext
3 lines
85 B
Plaintext
|
@Html.LabelFor(m => m.PropertyName,
|
||
|
"Label Text");
|
||
|
@Html.LabelForModel("Label Text");
|