예제 #1
0
 public string ToUrl(Topic current, string url)
 {
     return current.FileExportPath().RelativeUrlTo(url);
 }
예제 #2
0
 public string RootUrlFrom(Topic current)
 {
     return current.FileExportPath().RelativeUrlTo("index.htm");
 }
예제 #3
0
 public string ToUrl(Topic current, Topic topic)
 {
     return current.FileExportPath().RelativeUrlTo(topic.FileExportPath());
 }