RedirectOnHost Properties Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The RedirectOnHost type exposes the following members.

Properties

  Name Description
Public property BackwardsComponentCompatibilityMode
Sets or gets a value that indicates whether the code runs in backwards compatibility component mode. The default value is false.
(Inherited from ActiveScriptingBase.)
Public property ComponentName
Gets the name of the component
(Overrides ActiveScriptingBaseComponentName.)
Public property Conformance
Gets a value which specifies which type of code a component can generate.
(Overrides ActiveScriptingBaseConformance.)
Public property ElementType
Gets a value which specifies the type of outer element the component generates.
(Overrides ActiveScriptingBaseElementType.)
Public property Encoding
Sets or gets the encoding the component uses. The default encoding is the UTF8 encoding without byte order mark.
(Inherited from ActiveScriptingBase.)
Public property EvaluationMethod
Sets or gets a value that specifies how the host name in the request header should match the critera supplied in the Hostname property. The default value is CriteriaEqual.
Public property Hostname
Sets or gets a value that specifies the hostname to match on. The default value is "www.".
Public property InverseCriteria
Sets or gets a value that specifies whether to perform the redirect if criteria doesn't match or not. The default value is false.
Public property RedirectURL
Sets or gets a value that specifies an URL to redirect to if criteria is met, or if InverseCriteria is true no met. The default value is "http://".
Top
See Also

Reference