Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Filters won't work on webapi #92

@doruxan

Description

@doruxan

I have a filter derived from IActionFilter. I tried to register it with MvcOptions on AddWebApi extension But the filter methods didn't hit.

services .AddConvey() .AddWebApi(builder => { builder.AddMvcOptions(opt => { opt.Filters.Add<MyIActionFilter>(); }); }) .AddHttpClient() .Build();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions