public string AppendBaseURL(String str)
 {
     return(str.AppendBaseURL());
 }
예제 #2
0
 public string AppendBaseURL(String path)
 {
     return(path.AppendBaseURL());
 }