我在传递标头内容类型的服务器上打了一个 api 调用。
现在在 web api 帮助页面上,文档希望显示在进行 web api 调用时传递了这个 Headers
将以下代码用于该方法的文档。
但是如何在这个 xml Documnet 中传递标题?
/// <summary>
///Register the User with Device Info Which are Coming From Facebook and Twitter
/// </summary>
/// <param name="device">Device Info from which the user is logged in</param>
/// <author>Dhruti Shah</author>
/// <returns>Device</returns>