Show / Hide Table of Contents

Class PopupLink

Inheritance
System.Object
PopupLink
Namespace: Edgar.Unity.Editor
Assembly: cs.temp.dll.dll
Syntax
public class PopupLink

Constructors

PopupLink(String, String)

Declaration
public PopupLink(string url, string text)
Parameters
Type Name Description
System.String url
System.String text

Properties

Text

Declaration
public string Text { get; }
Property Value
Type Description
System.String

Url

Declaration
public string Url { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX