2
There is how to select only a few items from the enumerator to send to a EnumDropDownListFor
?
Ex:
public enum Documento
{
CPF = 1,
RG = 2,
CNPJ= 3
NASCIMENTO = 4
}
And I would like that in a certain View
, in the EnumDropDownListFor
only the first two, in another View
, the last 2, in another the middle 2, ie that I can choose in some way which items will appear in the EnumDropDownList