OkResult
, . , JSON, JSON, .. .
, . -, string
. ContentResult
, . :
public async Task<string> GetSAS(string blobUri, string _method)
{
...
return sas;
}
-, Produces
, text/plain
.
[Produces("text/plain")]
public async Task<IActionResult> GetSAS(string blobUri, string _method)
, , JSON . JSON.parse
JavaScript-, :
var sas = JSON.parse(result);