Replies: 1 comment 2 replies
-
You can start by rendering the content item to HTML: // Inject IContentManager
var contentItem = await _contentManager.GetAsync(contentItemId);
// IContentItemDisplayManager and IUpdateModelAccessor (or the current controller instance)
var shape = await _contentItemDisplayManager.BuildDisplayAsync(contentItem, _updateModelAccessor.ModelUpdater);
// IDisplayHelper
var htmlContent = await _displayHelper.ShapeExecuteAsync(shape); |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to get visible text from flow part,please?
Beta Was this translation helpful? Give feedback.
All reactions