CookieGetAll Method |  |
Gives all cookies
Namespace:
Velo.Web.Helper
Assembly:
Velo.Web (in Velo.Web.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static Dictionary<string, string> GetAll(
string pURL = ""
)
Public Shared Function GetAll (
Optional pURL As String = ""
) As Dictionary(Of String, String)
Parameters
- pURL (Optional)
- Type: SystemString
URL read cookie values
Return Value
Type:
DictionaryString,
StringList of cookie values
See Also