IAllowAnonymousFilter Interface

Definition

A filter that allows anonymous requests, disabling some IAuthorizationFilters.

public interface class IAllowAnonymousFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IAllowAnonymousFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IAllowAnonymousFilter = interface
    interface IFilterMetadata
Public Interface IAllowAnonymousFilter
Implements IFilterMetadata
Derived
Implements

Applies to