Search Results for

    Show / Hide Table of Contents
    View Source

    Class UnLinkLoginModel

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class UnLinkLoginModel

    Properties

    View Source

    LoginProvider

    Declaration
    [Required]
    [DataMember(Name = "loginProvider", IsRequired = true)]
    public string LoginProvider { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    ProviderKey

    Declaration
    [Required]
    [DataMember(Name = "providerKey", IsRequired = true)]
    public string ProviderKey { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX