3
I’m making a site with a string from the database but I want this string to be informed as follows, in place of it will appear a button that the user will click and this button will open the url that is the text that ta in the string that in the case is the Link to Download.
<dt>
@Html.DisplayNameFor(model => model.Link)
</dt>
<dd>
@Html.DisplayFor(modelItem => item.Link)
</dd>
Here I bring the string item to appear on the screen, but I want it to be a button that opens the URL that is itself.
There’s an example of what it’s like
string
? she comes around like this: http://meusite.com.br/alguma_coisa or /something– Barbetta