Class ComponentNames
- Namespace
- Htmx.Components
- Assembly
- Htmx.Components.dll
Provides constant names for built-in view components in the HTMX Components library.
public static class ComponentNames
- Inheritance
-
ComponentNames
- Inherited Members
Remarks
These constants are used throughout the library for component identification, out-of-band targeting, and view resolution. Applications can reference these constants when working with component-specific functionality.
Fields
AuthStatus
The name of the authentication status view component.
public const string AuthStatus = "AuthStatus"
Field Value
NavBar
The name of the navigation bar view component.
public const string NavBar = "NavBar"
Field Value
Table
The name of the table view component.
public const string Table = "Table"