C# MVC中ApiController获取header中某一项的值

IEnumerable oo;
Request.Headers.TryGetValues("unique", out oo)

你可能感兴趣的:(c#)