Inheritance
System.Object
Popup
Assembly: cs.temp.dll.dll
Properties
Declaration
public virtual string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public virtual string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public virtual List<PopupLink> Links { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<PopupLink> |
|
Declaration
public virtual string Title { get; set; }
Property Value
Type |
Description |
System.String |
|