LinkConverter.ReplaceLinkUrls Method |
Replaces oldValue with newValue in all link URLs in the input string.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntaxpublic 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