Ask Your Question
0

If a GUID property is invalid in ASP.NET WebApi, does the entire POST model become null?

asked 2023-07-13 12:06:30 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-07-13 12:13:01 +0000

woof gravatar image

No, if a GUID property is invalid in ASP.NET WebApi, only that specific property will be null. The rest of the POST model will be populated with the data received in the request.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-07-13 12:06:30 +0000

Seen: 18 times

Last updated: Jul 13 '23