This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the default host header of the given channel.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.HostHeaders.GetDefault")]
public static string GetDefaultHostHeader(
	string channelCode
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.HostHeaders.GetDefault")> _
Public Shared Function GetDefaultHostHeader ( _
	channelCode As  _
) As 

Parameters

channelCode
String
The code of the channel for which you want the default host header.

Return Value

See Also

Advanced