Show / Hide Table of Contents

Class IndexModel.ClientInfoModel

Inheritance
object
IndexModel.ClientInfoModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Web.Pages.Device
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
public class IndexModel.ClientInfoModel

Constructors

ClientInfoModel(Client)

Declaration
public ClientInfoModel(Client client)
Parameters
Type Name Description
Client client

Properties

AllowRememberConsent

Declaration
public bool AllowRememberConsent { get; set; }
Property Value
Type Description
bool

ClientLogoUrl

Declaration
public string ClientLogoUrl { get; set; }
Property Value
Type Description
string

ClientName

Declaration
public string ClientName { get; set; }
Property Value
Type Description
string

ClientUrl

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