I would like to add multiple css classes to @Html.Label for but it does not
I have already tried the following:
@Html.LabelFor(model => model.ServiceName, htmlAttributes: new { @class = "SerivcesRegistrationLabel" , "control-label col-md-2" })
@Html.LabelFor(model => model.ServiceName, htmlAttributes: new { @class = "SerivcesRegistrationLabel" "control-label col-md-2" })
Both of these give me errors