Show / Hide Table of Contents

Class UrlOptions

Represent an url and url text.

Inheritance
Object
UrlOptions
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Url

Gets or sets the url.

Declaration
public string Url { get; set; }
Property Value
String

Back to top Generated by DocFX