Class AppendEventMessagesAttribute
When applied to a controller, this ensures that any event messages created during a request (e.g. by notification handlers) are appended to the response in a custom header.
Inheritance
System.Object
Namespace: Umbraco.Cms.Api.Management.Filters
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public sealed class AppendEventMessagesAttribute : TypeFilterAttribute
Remarks
GET operations are explicitly ignored by this, as they are not expected to generate event messages.
Constructors
View SourceAppendEventMessagesAttribute()
Declaration
public AppendEventMessagesAttribute()