Generates hash for given QueryString.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- input
- Type: System String
Query string starting with '?' or complete url
- isQueryString
- Type: System Boolean
Indicates if input is query string or url
Return Value
Type: StringSHA256 hash of query string
See Also