RedirectOnHostEvaluationMethods Enumeration Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Defines how the host name in the request header should match the supplied critera.

Namespace: ContentStudio.Site.ActiveScripting.Misc
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public enum EvaluationMethods
Members

  Member nameValueDescription
CriteriaEqual0Compare hostname in request using equal match. Ie. redirect if the value of Request.Url.Host is equal to the specified int the Hostname property.
CriteriaContains1Compare hostname in request using partial match. Ie. redirect if Request.Url.Host contains to the specified value in the Hostname property.
See Also

Reference