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

New-UDHtml

Display HTML on an app.

Synopsis

Display HTML on an app.

Syntax

New-UDHtml [-Id <String>] [-Markup] <String> [<CommonParameters>]

Description

Display HTML on an app.

Parameters

-Id

The ID of this component. The default value is a random GUID.

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

-Markup

The HTML markup to display.

Outputs

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

Last updated

Was this helpful?