File tree Expand file tree Collapse file tree 3 files changed +5
-14
lines changed
code-snippet/diagram/shapes Expand file tree Collapse file tree 3 files changed +5
-14
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments