C#实现设置完整虚拟路径

时间:2022-10-25 16:19:44

)
{
    mHttpUrl.Append(":");
    mHttpUrl.Append(port);
}
string mServerName = "~/AppModules/Archives/HTMLIMAGE/index.htm";
mHttpUrl.Append(this.Page.ResolveUrl(mServerName));

相关文章