View Source
Class RteMacroRenderingValueConverter
A value converter for TinyMCE that will ensure any macro content is rendered properly even when
used dynamically.
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class RteMacroRenderingValueConverter : SimpleTinyMceValueConverter, IPropertyValueConverter, IDiscoverable
Constructors
View Source
RteMacroRenderingValueConverter(IUmbracoContextAccessor, IMacroRenderer, HtmlLocalLinkParser, HtmlUrlParser, HtmlImageSourceParser)
Declaration
public RteMacroRenderingValueConverter(IUmbracoContextAccessor umbracoContextAccessor, IMacroRenderer macroRenderer, HtmlLocalLinkParser linkParser, HtmlUrlParser urlParser, HtmlImageSourceParser imageSourceParser)
Parameters
Methods
View Source
ConvertIntermediateToObject(IPublishedElement, IPublishedPropertyType, PropertyCacheLevel, Object, Boolean)
Declaration
public override object ConvertIntermediateToObject(IPublishedElement owner, IPublishedPropertyType propertyType, PropertyCacheLevel referenceCacheLevel, object inter, bool preview)
Parameters
Returns
Type |
Description |
System.Object |
|
View Source
GetPropertyCacheLevel(IPublishedPropertyType)
Declaration
public override PropertyCacheLevel GetPropertyCacheLevel(IPublishedPropertyType propertyType)
Parameters
Returns