LinkConverterReplaceInLink Method |
Replace old value with new value in all links from input text.
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 8.2.23
Syntax 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:
StringSee Also