Skip to main content

Definition

Assembly: CloudNimble.BlazorEssentials.dll Namespace: CloudNimble.BlazorEssentials Inheritance: System.Object

Syntax

Summary

Represents the basic parts of any HTML element.

Constructors

.ctor

Syntax

.ctor

Syntax

Parameters

.ctor Inherited

Inherited from object

Syntax

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 object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?