Class MultiTenancyGovernanceAspNetCoreWebApplicationBuilderExtensions
Namespace: Cephalon.MultiTenancy.Governance.AspNetCore.Hosting
Assembly: Cephalon.MultiTenancy.Governance.AspNetCore.dll
Registers the ASP.NET Core multi-tenancy governance adapter on a
public static class MultiTenancyGovernanceAspNetCoreWebApplicationBuilderExtensionsInheritance
Section titled “Inheritance”object ← MultiTenancyGovernanceAspNetCoreWebApplicationBuilderExtensions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”AddCephalonMultiTenancyGovernanceAspNetCore(WebApplicationBuilder, Action<MultiTenancyGovernanceAspNetCoreOptions>?)
Section titled “ AddCephalonMultiTenancyGovernanceAspNetCore(WebApplicationBuilder, Action<MultiTenancyGovernanceAspNetCoreOptions>?)”Adds the Cephalon ASP.NET Core multi-tenancy governance adapter to the target application builder.
public static WebApplicationBuilder AddCephalonMultiTenancyGovernanceAspNetCore(this WebApplicationBuilder builder, Action<MultiTenancyGovernanceAspNetCoreOptions>? configure = null)Parameters
Section titled “Parameters”builder WebApplicationBuilder
The ASP.NET Core application builder to extend.
configure Action<MultiTenancyGovernanceAspNetCoreOptions>?
An optional callback that can extend or override the configuration-driven ASP.NET Core governance adapter options.
Returns
Section titled “Returns”The same builder instance for fluent composition.