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
Namespace: Dangl.Identity.Client.Mvc
Assembly: Dangl.Identity.Client.Mvc.dll
Syntax
public class LocalUrlConfig : object
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 |