Using audits to drive change, Mechanics Bank launched with a new CMS and an improved design that follows web best practices. Find out how. 

Content References in XhtmlString Properties

XHtmlString properties are more than just HTML, they include HTML, internal links to content, embedded blocks, personalization, and more. Blend's Director of Development Bob Davidson takes a brief look at the internals of XhtmlString properties and the fragments that make them.

2/2/2022

Authored by

Categorized

  • Development
  • Optimizely

 

A string of fragments.

Strictly speaking, an XhtmlString property is, in fact, a string at heart. But it’s a string made up of special segments that must be interpreted. These segments are more accurately known as Fragments, each of which are instances of IStringFragment. These fragments represent a number of things an editor can embed within an XhtmlString:

Static HTML/Text - Plain old text is represented in StaticFragments. These fragments are not necessarily complete HTML, but rather substrings of HTML. A static fragment might stop at the start of a href attribute value, if the link in that href is a permanent link. These fragments, for the most part, require no special processing.

  • Links to content - Links to content within the CMS are UrlFragments. These fragments have a URL property that represents the Permanent Link of the linked content. If you’ve ever seen links rendered on the front end that start with /link/ and contain an embedded GUID, those are likely permanent links that are not being resolved correctly.
  • Embedded content - Editors can drag blocks and page partials into the XhtmlProperty editor. These blocks are represented as ContentFragment instances. The fragment will give you the Content GUID, Content Link, Display Option, and more.
  • Personalized content - Editors can personalize blocks in the XhtmlString property in the same way they do in content areas. These personalized sections are represented as PersonalizedContentFragments. From these fragments, you can get a list of roles (visitor groups) this section targets, and a collection of child fragments representing the content to display to those roles.
  • And more! There’s a DynamicContentFragment if you’re still using dynamic content, for example.

The fragments here are really just scratching the surface of how XhmlStrings are rendered and indexed. And the same is true for Content Areas, which are actually specialized XhtmlStrings.

Blend's Director of Development, Bob Davidson, provides tutorials on all things development.

His web series, Coding with Bob, can be found on Youtube. Check it out!

Resources on .NET development.

We’ve written at length, both here and beyond, on .NET development.

Optimizely Release Notes — January-February 2024

Bob Davidson

The following release notes highlight major or interesting changes in Optimizely's products from January and February 2024.

March 15, 2024

Introducing Blend's Little Import Tool

Bob Davidson

Content migration is difficult — really difficult. Which is why Blend has taken our decades of migration experience and developed Blend's Little Import Tool — a utility for improving the import process

March 8, 2024

The 101s of the Web Off-site link

A playlist dedicated to all things web development, from what a CMS is to the language used for Front-End/Back-End. You have a question — we want to answer it.

February 5, 2024

Optimizely Release Notes — November-December 2023

Bob Davidson

The following release notes highlight major or interesting changes in Optimizely's products from November and December 2023.

January 3, 2024

Check out our most recent articles on development.