URLHelperReplaceURLAddress 方法 |
变更 URL的链接地址
命名空间:
GISShare.SMap.Web
程序集:
GISShare.SMap.Web (在 GISShare.SMap.Web.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static string ReplaceURLAddress(
string strURL,
string strAddress
)
Public Shared Function ReplaceURLAddress (
strURL As String,
strAddress As String
) As String
public:
static String^ ReplaceURLAddress(
String^ strURL,
String^ strAddress
)
static member ReplaceURLAddress :
strURL : string *
strAddress : string -> string
参数
- strURL
- 类型: SystemString
连接 - strAddress
- 类型: SystemString
链接地址
返回值
类型:
String返回新的链接
参见