Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 401 Bytes

File metadata and controls

17 lines (12 loc) · 401 Bytes

iFrame

Support
Events No

The iFrame element lets you embed other websites into your pages via New-PodeWebIFrame, and you just need to supply the -Url to embed:

New-PodeWebCard -Content @(
    New-PodeWebIFrame -Url '/'
)

Which looks like below:

iframeception