Class UrlOptions
Represent an url and url text.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public class UrlOptions
Properties
Text
Gets or sets the text displayed for the url.
Declaration
public string Text { get; set; }
Property Value
String
|