This String is used to separate values in the URL. This separator is not configurable; its value is a single slash ("/"). For example, in the URL:
CopyC#
http://localhost:8080/products/Red-Merlot-Cherry/_/N-8025+4294967278
The '/' in the "/Red-Merlot-Cherry/" is the separator. This character must be a safe URL encoded character because the API does not UrlEncode this character.

Namespace:  Endeca.Web.Url.Seo
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public static char Separator
Visual Basic (Declaration)
Public Shared Separator As Char
Visual C++
public:
static wchar_t Separator

See Also