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. |
url | |
System. |
text |
Properties
Text | |
Url |
Text
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System. |
Url
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
System. |