You can get the raw data by calling ReadAsStringAsAsync on the Request.Content property. string result = await Request.Content.ReadAsStringAsync();.
確定! 回上一頁