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

New-UDHelmet

Add elements to the head section of the page. This is useful for adding custom CSS or JavaScript.

Synopsis

Add elements to the head section of the page. This is useful for adding custom CSS or JavaScript.

Syntax

New-UDHelmet [-Tag] <String> [[-Attributes] <Hashtable>] [[-Content] <String>] [<CommonParameters>]

Description

Add elements to the head section of the page. This is useful for adding custom CSS or JavaScript.

Parameters

-Tag

The HTML tag to add.

Required?                    true
Position?                    1
Default value
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Attributes

A hashtable of attributes to add to the tag.

-Content

Outputs

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

Last updated

Was this helpful?