ASPxHtmlEditor.ReplacePlaceholders Method
Name | Parameters | Description |
---|---|---|
ReplacePlaceholders(String, Dictionary<String, String>) static | html, placeholders | Replaces placeholders with the specified values. |
ReplacePlaceholders(String, Object) static | html, placeholders | Replaces placeholders with the specified values. |
ReplacePlaceholders(String, String, String, Dictionary<String, String>) static | html, startMark, endMark, placeholders | Replaces placeholders with the specified values. |
ReplacePlaceholders(String, String, String, Object) static | html, startMark, endMark, placeholders | Replaces placeholders with the specified values. |
Feedback