New-UDHelmet
Add elements to the head section of the page. This is useful for adding custom CSS or JavaScript.
Last updated
Was this helpful?
Was this helpful?
Required? false
Position? 2
Default value @{}
Accept pipeline input? false
Aliases
Accept wildcard characters? falseRequired? false
Position? 3
Default value
Accept pipeline input? false
Aliases
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).PS >New-UDHelmet -Tag 'style' -Attributes @{ type = 'text/css' } -Children { "body { background-color: 'red'}" }
Style Tag|Adds a style tag to the head section of the page.