@{ if (ItemType == 0) { typeVariable = "Related tours"; } else { typeVariable = "Featured partner restaurants"; } }
@{ if (DisplayTitle) {

@typeVariable

} }
...
Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

See all
...
Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

See all
...
Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

See all
...
Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

See all
...
Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

See all
...
Card title

Some quick example text to build on the card title and make up the bulk of the card's content.

See all
@code { [Parameter] public int ItemType { get; set; } [Parameter] public bool DisplayTitle { get; set; } = true; public string typeVariable; }