RequestContextCurrentUrlExtension Property |
Returns extension (part after last dot) contained in current URL.
Extension starting with . (.ext) or empty extension if there is no extension is returned.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string CurrentUrlExtension { get; set; }
Property Value
Type:
StringSee Also