Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    AppendEventMessagesAttribute()

    Declaration
    public AppendEventMessagesAttribute()
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • AppendEventMessagesAttribute()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX