Skip to content

Commit ad44530

Browse files
Merge pull request #4536 from syncfusion-content/EJ2-978765-HTMLHF
978765: updated
2 parents 46bfcb2 + 8bb0c29 commit ad44530

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

ej2-asp-core-mvc/code-snippet/diagram/shapes/HTML-Template/HTML-Node-With-Template.cshtml

Lines changed: 0 additions & 6 deletions
This file was deleted.

ej2-asp-core-mvc/code-snippet/diagram/shapes/native-Template/SVG-Node-With-Template.cshtml

Lines changed: 0 additions & 3 deletions
This file was deleted.

ej2-asp-core-mvc/diagram/shapes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ To render html node with nodeTemplate we need to define the nodeTemplate in the
213213
{% elsif page.publishingplatform == "aspnet-mvc" %}
214214

215215
{% tabs %}
216-
{% highlight c# tabtitle="HTML_Node_With_Template.cshtml" %}
216+
{% highlight c# tabtitle="HTML.cs" %}
217217
{% include code-snippet/diagram/shapes/HTML-Template/HTML.cs %}
218218
{% endhighlight %}
219219
{% endtabs %}
@@ -231,16 +231,16 @@ Refer the code example below.
231231
{% highlight cshtml tabtitle="CSHTML" %}
232232
{% include code-snippet/diagram/shapes/HTML-TemplateFnNode/tagHelper %}
233233
{% endhighlight %}
234-
{% highlight c# tabtitle="HTML_Node_With_Template.cshtml" %}
235-
{% include code-snippet/diagram/shapes/HTML-TemplateFnNode/HTML-Node-With-Template.cshtml %}
234+
{% highlight c# tabtitle="HTML.cs" %}
235+
{% include code-snippet/diagram/shapes/HTML-TemplateFnNode/HTML.cs %}
236236
{% endhighlight %}
237237
{% endtabs %}
238238

239239
{% elsif page.publishingplatform == "aspnet-mvc" %}
240240

241241
{% tabs %}
242-
{% highlight c# tabtitle="HTML_Node_With_Template.cshtml" %}
243-
{% include code-snippet/diagram/shapes/HTML-TemplateFnNode/HTML-Node-With-Template.cshtml %}
242+
{% highlight c# tabtitle="HTML.cs" %}
243+
{% include code-snippet/diagram/shapes/HTML-TemplateFnNode/HTML.cs %}
244244
{% endhighlight %}
245245
{% endtabs %}
246246
{% endif %}

0 commit comments

Comments
 (0)