Blend Interactive proud to be included on Inc. Magazine's Best Workplace for 2023 list.

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 — July-August 2023

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

September 15, 2023

Episode 22: Test and Launch the Site (w/ Bob Davidson) Off-site link

Corey and Deane talk about the concept of the “Nails List.” Then, Bob Davidson, Director of Development at Blend Interactive, joins to talk about how to get your site ready for launch, what makes a good QA practitioner, the role of quality assurance and testing in the development process, and how to prep the site so it doesn’t fall over when exposed to the real world. We also spend a lot of time talking up Jenna Bonn, Blend’s QA Practice Manager.

August 16, 2023 | The Web Project Guide Podcast

Journaling as a Management Tool

Bob Davidson

In management, your team depends on you to help follow up on solving pain points and barriers. But, for the mind of an engineer with a spotty memory, managing this workload can be difficult. Blend's Director of Development Bob Davidson explains how he supplements his workflow with a mix of technology, process, and habit through daily journaling.

August 9, 2023

Optimizely Release Notes — May-June 2023

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

July 14, 2023

Check out our most recent articles on development.