Skip to content

Commit d56fae6

Browse files
authored
Merge pull request #4662 from syncfusion-content/988174-dev-coremvc
988174: Issue resolved
2 parents d5d9d51 + edd9426 commit d56fae6

File tree

2 files changed

+5
-2
lines changed
  • ej2-asp-core-mvc/code-snippet/rich-text-editor/mail-merge

2 files changed

+5
-2
lines changed

ej2-asp-core-mvc/code-snippet/rich-text-editor/mail-merge/razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
{% raw %}
22
@using Syncfusion.EJ2.DropDowns
33

44
@{
@@ -156,3 +156,4 @@
156156
});
157157
}
158158
</script>
159+
{% endraw %}

ej2-asp-core-mvc/code-snippet/rich-text-editor/mail-merge/tagHelper

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{% raw %}
12
@{
23
string rteValue = @"<p>Dear <span contenteditable=""false"" class=""e-mention-chip""><span>{{FirstName}}</span></span> <span contenteditable=""false"" class=""e-mention-chip""><span>{{LastName}}</span></span>,</p>
34
<p>We are thrilled to have you with us! Your unique promotional code for this month is: <span contenteditable=""false"" class=""e-mention-chip""><span>{{PromoCode}}</span></span>.</p>
@@ -168,4 +169,5 @@
168169
return result;
169170
});
170171
}
171-
</script>
172+
</script>
173+
{% endraw %}

0 commit comments

Comments
 (0)