Class AbpMvcUiOptions
Inheritance
System.Object
AbpMvcUiOptions
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: Volo.Abp.AspNetCore.Mvc.UI
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class AbpMvcUiOptions
Properties
LoginUrl
Default value: "/Account/Login".
Declaration
public string LoginUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
LogoutUrl
Default value: "/Account/Logout".
Declaration
public string LogoutUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |