Class RichTextContentItemAssetUrl
Asset URL of an content item used in the context of rich text editor component.
public sealed class RichTextContentItemAssetUrl
- Inheritance
-
objectRichTextContentItemAssetUrl
- Extension Methods
Properties
Identifier
Identifier of content item.
public Guid Identifier { get; init; }
Property Value
- Guid
Url
Content item asset URL.
public string Url { get; init; }
Property Value
- string