Is there any option to make an element in the view be required even if it's not in the model?
(So I could write something like this:
This is not even a field: it's just an input of type='file'.
Can I do something like this?
Thanks in advance.
(So I could write something like this:
@Html.Validatio nMessageFor(... .)
in the view.)This is not even a field: it's just an input of type='file'.
Can I do something like this?
Thanks in advance.