Search Results for

    Show / Hide Table of Contents
    View Source

    Class ClearCsrfCookieHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.PostMigrations
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ClearCsrfCookieHandler : INotificationHandler<UmbracoPlanExecutedNotification>, INotificationHandler

    Constructors

    View Source

    ClearCsrfCookieHandler(ICookieManager)

    Declaration
    public ClearCsrfCookieHandler(ICookieManager cookieManager)
    Parameters
    Type Name Description
    ICookieManager cookieManager

    Methods

    View Source

    Handle(UmbracoPlanExecutedNotification)

    Declaration
    public void Handle(UmbracoPlanExecutedNotification notification)
    Parameters
    Type Name Description
    UmbracoPlanExecutedNotification notification
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ClearCsrfCookieHandler(ICookieManager)
    • Methods
      • Handle(UmbracoPlanExecutedNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX