Click or drag to resize
LinkConverterReplaceInLink Method
Replace old value with new value in all links from input text.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public static string ReplaceInLink(
	string input,
	string oldValue,
	string newValue
)

Parameters

input
Type: SystemString
Text containing links
oldValue
Type: SystemString
Value to be replaced
newValue
Type: SystemString
Value to replace

Return Value

Type: String
See Also