VirtualContextAddPathHash Method |
Calculates hash for the given path and appends it to the URL.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string AddPathHash(
string path
)
Parameters
- path
- Type: SystemString
Relative path of the document to get hash for.
Return Value
Type:
StringURL passed via parameter
path appended with its calculated hash as a query parameter named "uh".
Exceptions Exception | Condition |
---|
ArgumentNullException | Is thrown when path is null or empty. |
See Also