Class AppUrlOptions
Inheritance
object
AppUrlOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.UI.Navigation.Urls
Assembly: Volo.Abp.UI.Navigation.dll
Syntax
public class AppUrlOptions
Constructors
AppUrlOptions()
Declaration
public AppUrlOptions()
Properties
Applications
Declaration
public ApplicationUrlDictionary Applications { get; }
Property Value
| Type | Description |
|---|---|
| ApplicationUrlDictionary |
RedirectAllowedUrls
Declaration
public List<string> RedirectAllowedUrls { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><string> |