Bom dia pessoal, estou com uma dúvida de tradução de C# para VB, tenho seguinte html helper em cshtml:
@Html.TextBoxFor(x => x.Nome, new { style = "border-color: blue", size = "30" })
E preciso isso em VB, alguém pode me ajudar?Desde ja agradeço!
Consegui! Se alguém tiver a mesma dúvida, ae vai!
>@Html.TextBox("ValorUnitario", "texto", New With {.style = "background-color: blue", .Size = "100"})