Delen via


Microsoft.Common.TextBlock UI-element

Een besturingselement dat kan worden gebruikt om tekst toe te voegen aan de portalinterface.

Ui-voorbeeld

Schermopname van het element Microsoft.Common.TextBlock UI in een portalinterface.

Schema

{
  "name": "text1",
  "type": "Microsoft.Common.TextBlock",
  "visible": true,
  "options": {
    "text": "Please provide the configuration values for your application.",
    "link": {
      "label": "Learn more",
      "uri": "https://www.microsoft.com"
    }
  }
}

Voorbeelduitvoer

"Please provide the configuration values for your application. Learn more"

Volgende stappen