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 SourceLocalUrlConfig(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 SourceRelativeLoginUrl
The url for the login site on the app, e.g. "/Account/Login"
Declaration
public string RelativeLoginUrl { get; }
Property Value
Type | Description |
---|---|
System.String |