Exemplo n.º 1
0
 protected override string GetArguments(Model.WebSiteInfo webSiteInfo)
 {
     return(string.Format(" {0} {1} {2}", SCRIPT_PATH, webSiteInfo.Url, Path.Combine(TEMP_HTML_FOLDER, webSiteInfo.GetHashCode().ToString().Replace('-', '_'))));
 }