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
)
Public Function GetEntireUrl (
url As String
) As String
public:
String^ GetEntireUrl(
String^ url
)
member GetEntireUrl :
url : string -> string
参数
- url
- 类型:SystemString
url地址
返回值
类型:
String完整的url地址
参见