Show / Hide Table of Contents

Class AbpMultiTenancyOptionsExtensions

Inheritance
System.Object
AbpMultiTenancyOptionsExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.MultiTenancy
Assembly: Volo.Abp.AspNetCore.MultiTenancy.dll
Syntax
public static class AbpMultiTenancyOptionsExtensions

Methods

AddDomainTenantResolver(AbpTenantResolveOptions, String)

Declaration
public static void AddDomainTenantResolver(this AbpTenantResolveOptions options, string domainFormat)
Parameters
Type Name Description
AbpTenantResolveOptions options
System.String domainFormat
Back to top Powered by Volosoft