I want to trim the spaces from the form inputs. I realized that this is possible through custom model binder. I want to do that for ASP.NET Core 1.0 MVC6. I found and example I want to trim the spaces from the form inputs.
I want to trim the spaces from the form inputs. I realized that this is possible through custom model binder. I want to do that for ASP.NET Core 1.0 MVC6. I found and example I want to trim the spaces from the form inputs.