Show / Hide Table of Contents

Class ClientCorsOriginDto

Inheritance
object
ClientCorsOriginDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityServer.Client.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class ClientCorsOriginDto

Constructors

ClientCorsOriginDto()

Declaration
public ClientCorsOriginDto()

Properties

ClientId

Declaration
public virtual Guid ClientId { get; set; }
Property Value
Type Description
Guid

Origin

Declaration
public virtual string Origin { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft