类库说明文档
![]() | HttpHelperGetCookie Method |
获取url的cookie
Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)

C#
public static string GetCookie( string url )
Parameters
- url
- Type: SystemString
URL地址
Return Value
Type: String返回reaponse的“Set-Cookie”值
