HtmlForgeX

API Reference

Class

TablerFooter

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Tabler footer component for professional site footers

Inheritance

Constructors

public TablerFooter() #

Initializes a new instance of the TablerFooter class

Methods

public TablerFooter Company(String name, String url = null) #
Returns: TablerFooter

Set company name and URL

Parameters

name System.String requiredposition: 0
url System.String = null optionalposition: 1
public static TablerFooter Create(Action<TablerFooter> configure) #
Returns: TablerFooter

Create footer with fluent configuration

Parameters

configure System.Action{HtmlForgeX.TablerFooter} requiredposition: 0
GetSocialIcon(HtmlForgeX.TablerSocialPlatform platform) #

Gets the appropriate icon type for a social platform

Parameters

platform HtmlForgeX.TablerSocialPlatform required
Social platform

Returns

Corresponding Tabler icon type

RegisterLibraries() #

Registers the required libraries for this component

RenderCopyright() #

Renders the copyright section

Returns

HTML string for the copyright section

Social 2 overloads
public TablerFooter Social(TablerSocialPlatform platform, String url) #
Returns: TablerFooter

Add social media link

Parameters

platform HtmlForgeX.TablerSocialPlatform requiredposition: 0
url System.String requiredposition: 1
public TablerFooter Social(TablerIconType icon, String url, String label = null) #
Returns: TablerFooter

Add custom social link

Parameters

icon HtmlForgeX.TablerIconType requiredposition: 0
url System.String requiredposition: 1
label System.String = null optionalposition: 2
public TablerFooter Sticky(Boolean sticky = true) #
Returns: TablerFooter

Make footer sticky

Parameters

sticky System.Boolean = true optionalposition: 0
public TablerFooter Style(TablerFooterStyle style) #
Returns: TablerFooter

Set footer style

Parameters

style HtmlForgeX.TablerFooterStyle requiredposition: 0
public override String ToString() #
Returns: String

Renders the footer to HTML string

Returns

HTML representation of the footer

public TablerFooter Transparent(Boolean transparent = true) #
Returns: TablerFooter

Make footer transparent

Parameters

transparent System.Boolean = true optionalposition: 0