ข้ามไปยังเนื้อหา

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 MultiTenancyGovernanceAspNetCoreWebApplicationBuilderExtensions

objectMultiTenancyGovernanceAspNetCoreWebApplicationBuilderExtensions

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

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)

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.

WebApplicationBuilder

The same builder instance for fluent composition.