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

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

Writes the link based on the property set of the component and the supplied link. The TextWriter can be the response stream or a user defined StreamWriter. Use the SiteBase.WriteResponse.GetStreamWriter() method to create a suitable writer. The output text is HTML encoded before it is written to the output stream. This method is called by the Invoke method.

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

protected virtual void WriteLink(
	TextWriter writer,
	string href
)

Parameters

writer
Type: System.IOTextWriter
A TextWriter to write to.
href
Type: SystemString
The link definition to write. This value should be URL encoded.
See Also

Reference