Show / Hide Table of Contents

    Class LocalUrlConfig

    This can be used to configure client applications urls. For example, when Dangl.Identity is asked to generate email confirmations, the RelativeLoginUrl can be used to redirect the user back to the originating application after she has successfully confirmed her email on the Dangl.Identity service.

    Inheritance
    System.Object
    LocalUrlConfig
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.Identity.Client.Mvc
    Assembly: Dangl.Identity.Client.Mvc.dll
    Syntax
    public class LocalUrlConfig

    Constructors

    | Improve this Doc View Source

    LocalUrlConfig(String)

    This can be used to configure client applications urls. For example, when Dangl.Identity is asked to generate email confirmations, the RelativeLoginUrl can be used to redirect the user back to the originating application after she has successfully confirmed her email on the Dangl.Identity service.

    Declaration
    public LocalUrlConfig(string relativeLoginUrl)
    Parameters
    Type Name Description
    System.String relativeLoginUrl

    Properties

    | Improve this Doc View Source

    RelativeLoginUrl

    The url for the login site on the app, e.g. "/Account/Login"

    Declaration
    public string RelativeLoginUrl { get; }
    Property Value
    Type Description
    System.String

    Extension Methods

    ObjectExtensions.Clone<T>(T)
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl