C
C#2y ago
Zigo

❔ What type of variable is this?

my c# DTO object has this property:
c#

public byte[]? ImageData { get; set; }
c#

public byte[]? ImageData { get; set; }
and a request with the (screenshot) imageData isn't passing controller method validation
3 Replies
mtreit
mtreit2y ago
That's a nullable byte array Used to hold raw binary data
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.