Click or drag to resize
TrailingSlashEnum Enumeration
Trailing slash enumeration.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public enum TrailingSlashEnum
Members
  Member nameValueDescription
DontCare0 Proceed URLs with or without slash at the and.
Never1 Never proceed URLs with slash at the end.
Always2 Always proceed URLs with slash at the end.
See Also