SkeletonBill
❔ MVC - data is being passed to view, but not displayed
same result, it just messed the css up
the equivalent of that line in C# would be
Html.EditorFor(model => model.Total, new { htmlAttributes = new { class = "form-control" } });
in case that's unclear25 replies
❔ MVC - data is being passed to view, but not displayed
VB might be "dead" but unfortunately it is alive and well in legacy codebases, thankfully it correlates 1-to-1 with C# so you can just write in C# and run it through a translator if you want lol
25 replies
❔ MVC - data is being passed to view, but not displayed
And like a fool I just realized I posted this in the C# discord, but it's VB code... but I mean, it's the same aside from some slight syntax differences, and I don't think there's a large VB discord community that can help. Hope it's OK.
25 replies