我想为webapi请求添加标头到标头.我怎样才能做到这一点 ?
这是我的示例代码
public IHttpActionResult Authenticate(Login data)
{
var Token = "fdsf123546fskjhf-gsuyuhsh";
//here add these token to header
return ?
}
Run Code Online (Sandbox Code Playgroud)
谢谢.