TestAggregation.MakeLinksRelative(String) 方法

定义

使此测试聚合中的所有链接的路径相对于所提供的根路径。

public:
 void MakeLinksRelative(System::String ^ rootPath);
public void MakeLinksRelative (string rootPath);
member this.MakeLinksRelative : string -> unit
Public Sub MakeLinksRelative (rootPath As String)

参数

rootPath
String

所有链接的相对路径。

适用于