API Reference
Class
TablerFooterColumn
Footer column with links
Inheritance
- Object
- TablerFooterColumn
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method TablerFooterColumn.Link
Accepted by parameters
- Method TablerFooter.Column
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