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

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

Parameters

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

Return Value

Type: String
See Also