URLHelperIsLocalUrl Method |
Returns true if the given URL is local.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool IsLocalUrl(
string url
)
Parameters
- url
- Type: SystemString
URL to check.
Return Value
Type:
BooleanSee Also