ActiveScriptingBaseGenerateLinkTargetAttribute Method Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Returns the attribute string to be written to the link.

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

protected virtual string GenerateLinkTargetAttribute(
	string target
)

Parameters

target
Type: SystemString
The target to use. This value is HTML encoded by the function.

Return Value

Type: String
Returns the attribute string to be written to the link.
Remarks

The method also handles the fact that strict document types does not allow the TARGET attribute. Instead, alternative code with the same functionality is written.
See Also

Reference