API Reference
Class
TablerFooterColumn
Footer column with links
Inheritance
- Object
- TablerFooterColumn
Constructors
public TablerFooterColumn(String title) #Initializes a new instance of the TablerFooterColumn class
Parameters
- title System.String
- Column title
Methods
public TablerFooterColumn Link(String text, String href) #Returns:
TablerFooterColumnAdds a link to the column
Parameters
- text System.String
- Link text
- href System.String
- Link href URL
Returns
This TablerFooterColumn instance for method chaining
Inherited Methods
Properties
public List<TablerFooterLink> Links { get; } #Gets the list of links in this column