Click or drag to resize
LinkConverterReplaceLinkUrls Method
Replaces oldValue with newValue in all link URLs in the input string.

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

Parameters

input
Type: SystemString
Text containing links
oldValue
Type: SystemString
The string to be replaced
newValue
Type: SystemString
The string to replace all occurrences of oldValue

Return Value

Type: String
See Also