ModelBinder in .Net Core

111 Views Asked by At

I use ASP.NET Core 5, I want to create a custom model binder for every property that ends with ParenteseIcon and when I got the data in the server property will be like this (Client user => Value and server value => (Value))

How can I create model binder to solve my issue?

Client value => text
In the server => value convert to (text)
0

There are 0 best solutions below