Can I set text box to readonly when using Html.TextBoxFor? March 6, 2023 by Tarik <%= Html.TextBoxFor(m => Model.Events.Subscribed[i].Action, new { @readonly = true })%>