Definition
Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials Inheritance: System.ObjectSyntax
Summary
Represents the basic parts of any HTML element.Constructors
.ctor
Syntax
.ctor
Syntax
Parameters
| Name | Type | Description |
|---|---|---|
displayText | string | - |
iconClass | string | - |
cssClass | string | - |
.ctor Inherited
Inherited from
objectSyntax
Properties
CssClass
A string representing the CSS classes that will be applied to the element.Syntax
Property Value
Type:string
DisplayText
A string representing the text that will be displayed inside the element.Syntax
Property Value
Type:string
IconClass
A string representing the CSS class for the icon that will be rendered immediately before the InterfaceElement.DisplayText.Syntax
Property Value
Type:string
Methods
Equals Inherited Virtual
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
obj | object? | - |
Returns
Type:bool
Equals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
GetHashCode Inherited Virtual
Inherited from
objectSyntax
Returns
Type:int
GetType Inherited
Inherited from
objectSyntax
Returns
Type:System.Type
MemberwiseClone Inherited
Inherited from
objectSyntax
Returns
Type:object
ReferenceEquals Inherited
Inherited from
objectSyntax
Parameters
| Name | Type | Description |
|---|---|---|
objA | object? | - |
objB | object? | - |
Returns
Type:bool
ToString Inherited Virtual
Inherited from
objectSyntax
Returns
Type:string?