2017-06-27 57 views
0

我在我的WebApi項目中使用Swashbuckle.core.5.5.3。我能夠使用XML註釋鏈接在我的模型是這樣的:添加相對於Swashbuckle的路徑

/// <summary> 
    /// This is a test comment 
    /// http://www.microsoft.com 
    /// 
    /// </summary>enter code here 

它出現這樣的:swagger image

是否有可能加入這樣的相對路徑,讓我不需要將其從服務器更改爲服務器?

myserver + '/path/doc.html' 

回答

1

我能夠解決它,因爲這似乎與Swashbuckle沒有關係。以下link幫我找到答案。

/// This is a test link. <a href="../path/file.html">See details</a><br></br>