Table of Contents

Enum TrailingSlashEnum

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Trailing slash enumeration.

public enum TrailingSlashEnum
Extension Methods

Fields

Always = 2

Always proceed URLs with slash at the end.

DontCare = 0

Proceed URLs with or without slash at the and.

Never = 1

Never proceed URLs with slash at the end.