Class BlockEditorPropertyHandler
A handler for Block editors used to bind to notifications
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Infrastructure.dll
Syntax
public class BlockEditorPropertyHandler : BlockListPropertyNotificationHandler, INotificationHandler<ContentSavingNotification>, INotificationHandler<ContentCopyingNotification>, INotificationHandler
Constructors
View SourceBlockEditorPropertyHandler(ILogger<BlockEditorPropertyHandler>)
Declaration
public BlockEditorPropertyHandler(ILogger<BlockEditorPropertyHandler> logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger<BlockEditorPropertyHandler> | logger |