点击或拖拽改变大小

NetworkWebApiBaseGetEntireUrl 方法

根据当前的url信息,获取到完整的url地址,如果没有http头信息,则自动添加上
Based on the current url information, the complete url address is obtained. If there is no http header information, it will be automatically added

命名空间:  HslCommunication.Core.Net
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.5.3.0 (12.5.3.0)
语法
public string GetEntireUrl(
	string url
)

参数

url
类型:SystemString
url地址

返回值

类型:String
完整的url地址
参见