@cioxideru proposed the following:
[EnumLookup]
public enum ProductCategory
{
[Description("Just Some Special Chars !@#%! with spaces")]
Book = 1,
Bluray,
...
}
Where we can take description for value 1 and store it to dictionary table. Just in case he will accept some special characters.
@cioxideru proposed the following:
Where we can take description for value 1 and store it to dictionary table. Just in case he will accept some special characters.