Show / Hide Table of Contents

Class AbpMultiTenancyCookieHelper

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

Methods

SetTenantCookie(HttpContext, Guid?, string)

Declaration
public static void SetTenantCookie(HttpContext context, Guid? tenantId, string tenantKey)
Parameters
Type Name Description
HttpContext context
Guid? tenantId
string tenantKey
In this article
Back to top Powered by ABP.IO Platform