다음을 통해 공유


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"

다음 단계