Click or drag to resize
URLHelperUseURLsWithTrailingSlash Method

Note: This API is now obsolete.

Gets the settings for the URL trailing slash rules.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use PageRoutingHelper.UseURLsWithTrailingSlash() method instead.")]
public static TrailingSlashEnum UseURLsWithTrailingSlash(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: TrailingSlashEnum
See Also