共用方式為


Microsoft.Common.TextBlock UI 元素

可用來將文字新增至入口網站介面的控制項。

UI 範例

入口網站介面中 Microsoft.Common.TextBlock UI 元素的螢幕快照。

結構描述

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

下一步