LinkConverterReplaceLinkUrls Method |
Replaces oldValue with newValue in all link URLs in the input string.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 12.0.0
Syntax 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:
StringSee Also