How do I work with Templates, and partials in Episerver?

  • Page Owner: Not Set
  • Last Reviewed: 2020-01-07

I'd like to create examples of the work required to use the following:

Property for with Tags

@Html.PropertyFor(x => Model, new { Tag = "Summary" })

Render Content Data with tags

@{
  Html.RenderContentData(article, false, "SuggestedArticle");
}