Exemplo n.º 1
0
 /// <summary>
 /// 填充为完整的URL
 /// </summary>
 public String GoFullUrl()
 {
     return(String.Format("http://{0}", WebHelper.GetHomeUrl()));
 }
Exemplo n.º 2
0
 /// <summary>
 /// 填充为完整的URL
 /// </summary>
 public String GoFullUrl(String goUrl)
 {
     return(String.Format("http://{0}{1}", WebHelper.GetHomeUrl(), goUrl));
 }