I have a select list like that one
<select id="select-product">
<option>Select a Product</option>
</select>
I fill in this list using Ajax at runtime, now I want to convert it to a razor view and I will include the data in Viewbag before redirecting to the page.
How can i do that ?