String.prototype.replaceAll = function(oldValue, newValue) {
return this.split(oldValue).join(newValue);
}
Step 1. Install cors from NeGet Step 2. Enable cors in config using System; using System.Collections.Generic; using System.Linq; using ...
String.prototype.replaceAll = function(oldValue, newValue) {
return this.split(oldValue).join(newValue);
}