Hi,
Not sure if this is Rapido-related. But here goes...
In a "Custom_Blocks.cshtml" for product detail I render snippet to be used as a product title like this:
@SnippetStart("ProductTitle") @productTitle @SnippetEnd("ProductTitle")
Then in the Master.cshtml I want to render that snippet like this:
<title>@RenderSnippet("ProductTitle")</title>
But that renders to
<title><!--@Snippet(ProductTitle)--></title>
and the Snippet-definition renders to:
<!--@SnippetStart(ProductTitle)--> Defeater Handle Standard | Chapter 2 <!--@SnippetEnd(ProductTitle)-->
I cannot figure out why this suddenly wont work?
Regards / Aki