Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
API に BLOB を送信したいと考えています。私は 2 つのプロパティを持つモデルを持っています: Id (int), Blob (byte[])... これは WebAPI コントローラーによってどのように受信されますか? モデルを認識し、Base64 でエンコードされた BLOB を JSON から に変換しbyte[]ますか? 現在、ID は受信できますが、Blob は受信できません (問題なく XHR 経由で送信されました)。
Id (int)
Blob (byte[])
byte[]