Back to Devexpress

ASPxHtmlEditor.ReplacePlaceholders Method

aspnet-devexpress-dot-web-dot-aspxhtmleditor-dot-aspxhtmleditor-dot-replaceplaceholders.md

latest1.2 KB
Original Source

ASPxHtmlEditor.ReplacePlaceholders Method

NameParametersDescription
ReplacePlaceholders(String, Dictionary<String, String>) statichtml, placeholdersReplaces placeholders with the specified values.
ReplacePlaceholders(String, Object) statichtml, placeholdersReplaces placeholders with the specified values.
ReplacePlaceholders(String, String, String, Dictionary<String, String>) statichtml, startMark, endMark, placeholdersReplaces placeholders with the specified values.
ReplacePlaceholders(String, String, String, Object) statichtml, startMark, endMark, placeholdersReplaces placeholders with the specified values.