WebFileCacheComputeId Method |
Computes an url identifier.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax protected virtual string ComputeId(
string url
)
Parameters
- url
- Type: SystemString
The url.
Return Value
Type:
StringA unique identifier string.
See Also