Microsoft.Common.TextBlock UI 元素

可用于向门户界面添加文本的控件。

UI 示例

Screenshot of Microsoft.Common.TextBlock UI element in a portal interface.

架构

{
  "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"
    }
  }
}

示例输出

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

后续步骤