URLHelperOnBeforeGetSafeUrlPathEventHandler Delegate |
Represents the method that will handle an event that should be called before get safe URL path method
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public delegate bool OnBeforeGetSafeUrlPathEventHandler(
ref string url,
string siteName,
EventArgs e
)
Parameters
- url
- Type: SystemString
Input URL - siteName
- Type: SystemString
Site name - e
- Type: SystemEventArgs
EventArgs
Return Value
Type:
BooleanReturns false if original method should not be used.
See Also