For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDSpan

A span component.

Synopsis

A span component.

Syntax

New-UDSpan [[-Id] <String>] [[-Content] <ScriptBlock>] [<CommonParameters>]

Description

A span component. Defines a span HTML tag.

Parameters

-Id

The ID of this component.

Required?                    false
Position?                    1
Default value                ([Guid]::NewGuid())
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Content

The content of the span.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?