QueryHelperGetHash Method (String, Boolean) |
Generates hash for given QueryString.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax public static string GetHash(
string input,
bool isQueryString
)
Parameters
- input
- Type: SystemString
Query string starting with '?' or complete URL - isQueryString
- Type: SystemBoolean
Indicates if input is query string or URL
Return Value
Type:
StringSHA256 hash of query string
See Also