Click or drag to resize
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.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string CurrentUrlExtension { get; set; }

Property Value

Type: String
See Also