ASP.NET Core MVC Custom Email Validation with Custom Domains Based on Select Option
I am working on a registration system with ASP.NET Core MVC. I have a Select field that prompts the user to select which company he works in (e.g. Microsoft, IBM) and based on his choice I want to validate the…