C#C
C#4y ago
Dreams

❔ What type of variable is this?

my c# DTO object has this property:
c#

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


and a request with the (screenshot) imageData isn't passing controller method validation
image.png
Was this page helpful?