RegistrationExtensionsOverrideAuthenticationFilterForTController Method (ContainerBuilder) |
Sets the provided registration to act as an
IOverrideFilter for the specified controller.
Namespace:
Autofac.Integration.Mvc
Assembly:
Autofac.Integration.Mvc (in Autofac.Integration.Mvc.dll) Version: 6.0.0+106fe194fc419c09f32d39119967f68798cc6895
Syntax public static void OverrideAuthenticationFilterFor<TController>(
this ContainerBuilder builder
)
where TController : IController
<ExtensionAttribute>
Public Shared Sub OverrideAuthenticationFilterFor(Of TController As IController) (
builder As ContainerBuilder
)
Parameters
- builder
- Type: AutofacContainerBuilder
The container builder.
Type Parameters
- TController
[Missing <typeparam name="TController"/> documentation for "M:Autofac.Integration.Mvc.RegistrationExtensions.OverrideAuthenticationFilterFor``1(Autofac.ContainerBuilder)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
ContainerBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also