Table of Contents

Class ExternalLoginModel

Namespace
Dynamicweb.CoreUI.Rendering.Models
Assembly
Dynamicweb.CoreUI.Rendering.dll
public sealed class ExternalLoginModel
Inheritance
ExternalLoginModel
Inherited Members

Properties

Icon

Gets or sets the icon.

public string? Icon { get; init; }

Property Value

string

Id

Gets or sets the id.

public int Id { get; init; }

Property Value

int

Name

Gets or sets the name.

public required string Name { get; init; }

Property Value

string
To top