Hi C# corner Team,
Could you share some articles on how to customize options in a .NET Core API Controller
Hi C# corner Team,
Could you share some articles on how to customize options in a .NET Core API Controller
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prasad RaveendranPosted Apr 28, 2024, 1:49 PM
I have listed down all three Options Pattern Interfaces in this code repository. please refer
https://github.com/Prasadnair/OptionsPattern
Jaimin ShethiyaPosted Apr 26, 2024, 3:08 AM
Hello Jobin,
Whatever you create the API Controller that is customized.
Can you please provide more details so we can better understand and guide you.
Thanks
Jobin SPosted Apr 25, 2024, 2:01 PM
Hello Vijay & Jaimin ,
I am Asking For ApiController How To Customized ? Is there Any Oprions Here ?
Jaimin ShethiyaPosted Apr 25, 2024, 4:54 AM
Hello Jobin,
Please refer the below links
https://www.c-sharpcorner.com/article/options-pattern-in-net-core-with-examples/
https://www.c-sharpcorner.com/article/options-pattern-validation-in-net-core-with-examples/
https://www.c-sharpcorner.com/article/options-pattern-named-options-in-net-core-with-examples/
Thanks
Vijay Pratap SinghPosted Apr 25, 2024, 2:52 AM
Hello Jobin
Here are some good articles
Hope this will help