Class ApplicationUrlInfo
Inheritance
object
ApplicationUrlInfo
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 ApplicationUrlInfo
Constructors
ApplicationUrlInfo()
Declaration
public ApplicationUrlInfo()
Properties
RootUrl
Declaration
public string RootUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Urls
Declaration
public IDictionary<string, string> Urls { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IDictionary<TKey, TValue><string, string> |