Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions
The Bodies method returns the bodies of the page. This method is used to retrieve the main content of the page, which can include text, images, and other elements formatted using Markdown.
Returns
A String[] that contains the bodies of the page. Each element in the array represents a separate body of content, which can be displayed in the Command Palette using Markdown formatting. The bodies may include headings, paragraphs, lists, images, and other Markdown elements.
Windows developer