I'm working with componentization in razor and I need to componentize an element that I called "field". in my razor component, I need to leave a space so that the user who is going to use my component can pass the HTML code he finds necessary via a .cshtml page. is this possible in razor?
class is-required: true | false
attr for
text label
text description
html HTML
<div class="field is-required">
<label class="field__label" for=""> Label </label>
<XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX>
<p class="field__description">Informe os dados solicitados no campo acima</p>
</div>
Where is the "xxxxxxxxxxxxxxxxxxxxx" the parameter for the HTML input would be