Skip to content

Nextended.ResponseFilters.AspNetCore — API reference

🇩🇪 Diese Seite auf Deutsch

The complete public surface of Nextended.ResponseFilters.AspNetCore, generated from the compiled assembly.

Generated

This page is generated by tools/ApiRef from the compiled assembly — it includes members with no XML comment and therefore cannot drift from the code. Do not edit by hand.

Back to the package page

Nextended.ResponseFilters.AspNetCore

ResponseFilterResultFilter

class

MVC result filter that runs the IResponseFilterPipeline over Value before the action result is serialized.

ServiceCollectionExtensions

static class

DI registration for the ASP.NET Core adapter.

Extension methods

  • AddNextendedResponseFilters(this IServiceCollection services, Assembly[] assemblies = null, ServiceLifetime lifetime = 1, Action<ResponseFilterOptions> configure = null) : IServiceCollection

Back to the package page