FileExportPath() public method

public FileExportPath ( ) : string
return string
コード例 #1
0
 public string RootUrlFrom(Topic current)
 {
     return current.FileExportPath().RelativeUrlTo("index.htm");
 }
コード例 #2
0
 public string ToUrl(Topic current, Topic topic)
 {
     return current.FileExportPath().RelativeUrlTo(topic.FileExportPath());
 }
コード例 #3
0
 public string ToUrl(Topic current, string url)
 {
     return current.FileExportPath().RelativeUrlTo(url);
 }