HtmlForgeX

API Reference

Command

New-HtmlXModalFooter

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.ElementContainer

Defines the modal footer content.

Remarks

Use inside New-HtmlXModal { }.

Examples

Imported script example

New-HtmlXModalFooter {
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXModalFooter [-Content <ScriptBlock>] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that emits modal footer content.

Outputs

HtmlForgeX.ElementContainer