├── AdaptiveCards ├── schema ├── content │ ├── Haze.png │ ├── Snow.png │ ├── Cloudy.png │ ├── Sunny.png │ ├── style1.png │ ├── Airplane.png │ ├── AlkiBeach.jpg │ ├── Decrease.png │ ├── Drizzle.png │ ├── Increase.png │ ├── Limeade.png │ ├── PieChart.png │ ├── Relecloud.png │ ├── designer.png │ ├── downarrow.png │ ├── overview.jpg │ ├── spacing1.png │ ├── uparrow.png │ ├── Haze-Square.png │ ├── Snow-Square.png │ ├── cards │ │ ├── card1.png │ │ ├── skype.png │ │ ├── outlook.png │ │ ├── speech.png │ │ ├── weather.png │ │ ├── windows.png │ │ ├── visualizer.png │ │ ├── flightupdate.png │ │ ├── fb-airline-checkin.png │ │ └── AdaptiveCardsDiagram.png │ ├── imagesize2.png │ ├── videoposter.jpg │ ├── videoposter.png │ ├── CalendarIcon.png │ ├── Cloudy-Square.png │ ├── Drizzle-Square.png │ ├── FabrikamLogo.png │ ├── MargiesTravel.png │ ├── Mostly Cloudy.png │ ├── Slight Drizzle.png │ ├── Sunny-Square.png │ ├── Thunderstorms.png │ ├── bot-framework.png │ ├── connect │ │ ├── blog.png │ │ ├── github.png │ │ ├── friends.png │ │ ├── twitter.png │ │ └── stackoverflow.png │ ├── cortana-logo.png │ ├── image_size_3.png │ ├── BainbridgeIsland.jpg │ ├── Closed bug 92x92.png │ ├── adaptive-card-50.png │ ├── style2_withBleed.png │ ├── width6_all_auto.png │ ├── AdventureWorksLogo.png │ ├── Airplane in circle.png │ ├── GoldenGardensPark.jpg │ ├── adaptive-card-200.png │ ├── adaptive-cards-100.png │ ├── icons │ │ ├── favicon-16x16.png │ │ ├── favicon-32x32.png │ │ ├── mstile-150x150.png │ │ ├── apple-touch-icon.png │ │ ├── android-chrome-192x192.png │ │ ├── android-chrome-512x512.png │ │ ├── browserconfig.xml │ │ ├── manifest.json │ │ └── safari-pinned-tab.svg │ ├── icons_blue │ │ ├── blue-144.png │ │ ├── blue-192.png │ │ ├── blue-48.png │ │ ├── blue-512.png │ │ ├── blue-72.png │ │ └── blue-96.png │ ├── spacing3_seperator.png │ ├── spacing5_no_effect.png │ ├── spacing_no_effect.png │ ├── Mostly Cloudy-Square.png │ ├── Slight Drizzle-Square.png │ ├── Thunderstorms-Square.png │ ├── height1_text_wrap_off.png │ ├── height2_text_wrap_on.png │ ├── icons_white │ │ ├── white-144.png │ │ ├── white-192.png │ │ ├── white-48.png │ │ ├── white-512.png │ │ ├── white-72.png │ │ └── white-96.png │ ├── spacing2_not_affected.png │ ├── width_1_auto_stretch.png │ ├── width_4_w50_p100_w50.png │ ├── Airplane in circle blue.png │ ├── Mostly Cloudy-Background.jpg │ ├── action_submit_behavior.png │ ├── action_submit_behaviour.png │ ├── cats │ │ ├── Cat_Sat_1_400x406.png │ │ ├── Cat_Sat_2_400x297.png │ │ └── Cat_Sat_2-Glasses_400x297.png │ ├── image_size_auto_stretch.png │ ├── spacing4_with_seperator.png │ ├── width3_auto_stretch_auto.png │ ├── width5_w50_p100_w50_auto.png │ ├── width_2_stretch_stretch.png │ ├── column_width_image_width_2.png │ ├── fonts │ │ ├── Glyphs │ │ │ ├── SegMDL2.1.56.woff │ │ │ ├── WinJSSymMDL2.eot │ │ │ ├── WinJSSymMDL2.ttf │ │ │ ├── WinJSSymMDL2.woff │ │ │ ├── winjs-symbols.eot │ │ │ ├── winjs-symbols.ttf │ │ │ ├── WinJSSymMDL2.woff2 │ │ │ └── winjs-symbols.woff │ │ ├── SegoeUI-Bold │ │ │ ├── latest.eot │ │ │ ├── latest.ttf │ │ │ ├── latest.woff │ │ │ └── latest.woff2 │ │ ├── SegoeUI-Normal │ │ │ ├── latest.eot │ │ │ ├── latest.ttf │ │ │ ├── latest.woff │ │ │ └── latest.woff2 │ │ ├── SegoeUI-Semibold │ │ │ ├── latest.eot │ │ │ ├── latest.ttf │ │ │ ├── latest.woff │ │ │ └── latest.woff2 │ │ └── SegoeUI-Semilight │ │ │ ├── latest.eot │ │ │ ├── latest.ttf │ │ │ ├── latest.woff │ │ │ └── latest.woff2 │ ├── icons_transparent │ │ ├── white-48.png │ │ ├── white-72.png │ │ ├── white-96.png │ │ ├── white-144.png │ │ ├── white-192.png │ │ └── white-512.png │ ├── Mostly Cloudy-Background-Dark.jpg │ ├── shared.css │ ├── adaptive-card.svg │ ├── fonts.css │ └── card.css ├── sdk │ ├── authoring-cards │ │ ├── toc.yml │ │ ├── javascript.md │ │ └── net.md │ ├── rendering-cards │ │ ├── net-image │ │ │ ├── actions.md │ │ │ ├── host-config.md │ │ │ ├── extensibility.md │ │ │ ├── native-styling.md │ │ │ ├── getting-started.md │ │ │ └── render-a-card.md │ │ ├── xamarin │ │ │ └── android │ │ │ │ ├── native-styling.md │ │ │ │ ├── host-config.md │ │ │ │ ├── adaptivecards-rendering-xamarin-android-renderer-renderedadaptivecard.md │ │ │ │ ├── adaptivecards-rendering-xamarin-android-renderer-cardrendererregistration.md │ │ │ │ ├── actions.md │ │ │ │ ├── render-a-card.md │ │ │ │ ├── getting-started.md │ │ │ │ ├── adaptivecards-rendering-xamarin-android-objectmodel-featureregistration.md │ │ │ │ └── adaptivecards-rendering-xamarin-android-renderer-adaptivecardrenderer.md │ │ ├── android │ │ │ ├── host-config.md │ │ │ ├── getting-started.md │ │ │ ├── render-a-card.md │ │ │ └── native-styling.md │ │ ├── ios │ │ │ ├── getting-started.md │ │ │ ├── host-config.md │ │ │ ├── native-styling.md │ │ │ └── actions.md │ │ ├── javascript │ │ │ ├── fabric.md │ │ │ ├── native-styling.md │ │ │ ├── getting-started.md │ │ │ ├── host-config.md │ │ │ ├── render-a-card.md │ │ │ └── actions.md │ │ ├── uwp │ │ │ ├── getting-started.md │ │ │ ├── extensibility.md │ │ │ ├── host-config.md │ │ │ ├── actions.md │ │ │ ├── render-a-card.md │ │ │ └── native-styling.md │ │ ├── winui-3 │ │ │ ├── getting-started.md │ │ │ ├── extensibility.md │ │ │ ├── host-config.md │ │ │ ├── actions.md │ │ │ ├── render-a-card.md │ │ │ └── native-styling.md │ │ ├── net-html │ │ │ ├── actions.md │ │ │ ├── native-styling.md │ │ │ ├── getting-started.md │ │ │ ├── host-config.md │ │ │ ├── extensibility.md │ │ │ └── render-a-card.md │ │ ├── net-wpf │ │ │ ├── extensibility.md │ │ │ ├── host-config.md │ │ │ ├── actions.md │ │ │ ├── getting-started.md │ │ │ ├── render-a-card.md │ │ │ └── native-styling.md │ │ └── react-native │ │ │ └── getting-started.md │ └── designer.md ├── resources │ ├── media │ │ └── tools │ │ │ ├── designer.jpg │ │ │ ├── designer.png │ │ │ ├── autocomplete.png │ │ │ ├── invalidjson1.png │ │ │ ├── wpfvisualizer.png │ │ │ ├── vscode-extension.png │ │ │ └── vscode-extension-marketplace.png │ ├── future.md │ ├── media.md │ ├── partners.md │ └── tools.md ├── getting-started │ ├── media │ │ ├── bots │ │ │ ├── scuba-chat.png │ │ │ └── hello-adaptivecards.png │ │ ├── outlook │ │ │ ├── GitHub.png │ │ │ └── Limeade.jpg │ │ └── windows │ │ │ └── timeline.png │ ├── flow.md │ ├── outlook.md │ └── windows.md ├── templating │ └── content │ │ ├── 2019-08-01-12-08-13.png │ │ └── 2019-08-01-13-58-27.png ├── authoring-cards │ ├── media │ │ ├── text-features │ │ │ └── markdown.png │ │ └── universal-action-model │ │ │ ├── inconsistent-action-model.png │ │ │ ├── new-universal-action-model.jpg │ │ │ ├── universal-action-model-lifecycle.jpg │ │ │ └── inconsistent-action-model-lifecycle.png │ ├── card-schema.md │ ├── speech.md │ └── getting-started.md ├── breadcrumb │ └── toc.yml ├── rendering-cards │ ├── extensibility.md │ ├── actions.md │ └── speech.md ├── docfx.json ├── samples │ ├── toc.yml │ ├── product-video.md │ └── application-login.md ├── schema-explorer │ ├── metadata.md │ ├── toc.yml │ ├── input-choice.md │ ├── media-source.md │ ├── target-element.md │ ├── caption-source.md │ ├── authentication-card-button.md │ ├── fact.md │ ├── token-exchange-resource.md │ ├── data-query.md │ ├── authentication.md │ └── refresh.md └── toc.yml ├── .gitignore ├── README.md ├── .gitattributes ├── .github └── policies │ └── resourceManagement.yml ├── LICENSE-CODE ├── ThirdPartyNotices ├── .openpublishing.publish.config.json └── SECURITY.md /AdaptiveCards/schema: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | log/ 2 | obj/ 3 | _site/ 4 | .optemp/ 5 | _themes*/ 6 | .vs 7 | .openpublishing.buildcore.ps1 -------------------------------------------------------------------------------- /AdaptiveCards/content/Haze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Haze.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Snow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Snow.png -------------------------------------------------------------------------------- /AdaptiveCards/sdk/authoring-cards/toc.yml: -------------------------------------------------------------------------------- 1 | - name: .NET 2 | href: net.md 3 | - name: JavaScript 4 | href: javascript.md -------------------------------------------------------------------------------- /AdaptiveCards/content/Cloudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Cloudy.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Sunny.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Sunny.png -------------------------------------------------------------------------------- /AdaptiveCards/content/style1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/style1.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Airplane.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Airplane.png -------------------------------------------------------------------------------- /AdaptiveCards/content/AlkiBeach.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/AlkiBeach.jpg -------------------------------------------------------------------------------- /AdaptiveCards/content/Decrease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Decrease.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Drizzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Drizzle.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Increase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Increase.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Limeade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Limeade.png -------------------------------------------------------------------------------- /AdaptiveCards/content/PieChart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/PieChart.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Relecloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Relecloud.png -------------------------------------------------------------------------------- /AdaptiveCards/content/designer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/designer.png -------------------------------------------------------------------------------- /AdaptiveCards/content/downarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/downarrow.png -------------------------------------------------------------------------------- /AdaptiveCards/content/overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/overview.jpg -------------------------------------------------------------------------------- /AdaptiveCards/content/spacing1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/spacing1.png -------------------------------------------------------------------------------- /AdaptiveCards/content/uparrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/uparrow.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Haze-Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Haze-Square.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Snow-Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Snow-Square.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/card1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/card1.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/skype.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/skype.png -------------------------------------------------------------------------------- /AdaptiveCards/content/imagesize2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/imagesize2.png -------------------------------------------------------------------------------- /AdaptiveCards/content/videoposter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/videoposter.jpg -------------------------------------------------------------------------------- /AdaptiveCards/content/videoposter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/videoposter.png -------------------------------------------------------------------------------- /AdaptiveCards/content/CalendarIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/CalendarIcon.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Cloudy-Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Cloudy-Square.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Drizzle-Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Drizzle-Square.png -------------------------------------------------------------------------------- /AdaptiveCards/content/FabrikamLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/FabrikamLogo.png -------------------------------------------------------------------------------- /AdaptiveCards/content/MargiesTravel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/MargiesTravel.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Mostly Cloudy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Mostly Cloudy.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Slight Drizzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Slight Drizzle.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Sunny-Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Sunny-Square.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Thunderstorms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Thunderstorms.png -------------------------------------------------------------------------------- /AdaptiveCards/content/bot-framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/bot-framework.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/outlook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/outlook.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/speech.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/speech.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/weather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/weather.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/windows.png -------------------------------------------------------------------------------- /AdaptiveCards/content/connect/blog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/connect/blog.png -------------------------------------------------------------------------------- /AdaptiveCards/content/connect/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/connect/github.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cortana-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cortana-logo.png -------------------------------------------------------------------------------- /AdaptiveCards/content/image_size_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/image_size_3.png -------------------------------------------------------------------------------- /AdaptiveCards/content/BainbridgeIsland.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/BainbridgeIsland.jpg -------------------------------------------------------------------------------- /AdaptiveCards/content/Closed bug 92x92.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Closed bug 92x92.png -------------------------------------------------------------------------------- /AdaptiveCards/content/adaptive-card-50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/adaptive-card-50.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/visualizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/visualizer.png -------------------------------------------------------------------------------- /AdaptiveCards/content/connect/friends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/connect/friends.png -------------------------------------------------------------------------------- /AdaptiveCards/content/connect/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/connect/twitter.png -------------------------------------------------------------------------------- /AdaptiveCards/content/style2_withBleed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/style2_withBleed.png -------------------------------------------------------------------------------- /AdaptiveCards/content/width6_all_auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/width6_all_auto.png -------------------------------------------------------------------------------- /AdaptiveCards/content/AdventureWorksLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/AdventureWorksLogo.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Airplane in circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Airplane in circle.png -------------------------------------------------------------------------------- /AdaptiveCards/content/GoldenGardensPark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/GoldenGardensPark.jpg -------------------------------------------------------------------------------- /AdaptiveCards/content/adaptive-card-200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/adaptive-card-200.png -------------------------------------------------------------------------------- /AdaptiveCards/content/adaptive-cards-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/adaptive-cards-100.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/flightupdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/flightupdate.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons/favicon-16x16.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons/favicon-32x32.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_blue/blue-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_blue/blue-144.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_blue/blue-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_blue/blue-192.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_blue/blue-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_blue/blue-48.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_blue/blue-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_blue/blue-512.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_blue/blue-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_blue/blue-72.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_blue/blue-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_blue/blue-96.png -------------------------------------------------------------------------------- /AdaptiveCards/content/spacing3_seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/spacing3_seperator.png -------------------------------------------------------------------------------- /AdaptiveCards/content/spacing5_no_effect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/spacing5_no_effect.png -------------------------------------------------------------------------------- /AdaptiveCards/content/spacing_no_effect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/spacing_no_effect.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Mostly Cloudy-Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Mostly Cloudy-Square.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Slight Drizzle-Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Slight Drizzle-Square.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Thunderstorms-Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Thunderstorms-Square.png -------------------------------------------------------------------------------- /AdaptiveCards/content/connect/stackoverflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/connect/stackoverflow.png -------------------------------------------------------------------------------- /AdaptiveCards/content/height1_text_wrap_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/height1_text_wrap_off.png -------------------------------------------------------------------------------- /AdaptiveCards/content/height2_text_wrap_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/height2_text_wrap_on.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons/mstile-150x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons/mstile-150x150.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_white/white-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_white/white-144.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_white/white-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_white/white-192.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_white/white-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_white/white-48.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_white/white-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_white/white-512.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_white/white-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_white/white-72.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_white/white-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_white/white-96.png -------------------------------------------------------------------------------- /AdaptiveCards/content/spacing2_not_affected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/spacing2_not_affected.png -------------------------------------------------------------------------------- /AdaptiveCards/content/width_1_auto_stretch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/width_1_auto_stretch.png -------------------------------------------------------------------------------- /AdaptiveCards/content/width_4_w50_p100_w50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/width_4_w50_p100_w50.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Airplane in circle blue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Airplane in circle blue.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Mostly Cloudy-Background.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Mostly Cloudy-Background.jpg -------------------------------------------------------------------------------- /AdaptiveCards/content/action_submit_behavior.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/action_submit_behavior.png -------------------------------------------------------------------------------- /AdaptiveCards/content/action_submit_behaviour.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/action_submit_behaviour.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/fb-airline-checkin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/fb-airline-checkin.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cats/Cat_Sat_1_400x406.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cats/Cat_Sat_1_400x406.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cats/Cat_Sat_2_400x297.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cats/Cat_Sat_2_400x297.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons/apple-touch-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons/apple-touch-icon.png -------------------------------------------------------------------------------- /AdaptiveCards/content/image_size_auto_stretch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/image_size_auto_stretch.png -------------------------------------------------------------------------------- /AdaptiveCards/content/spacing4_with_seperator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/spacing4_with_seperator.png -------------------------------------------------------------------------------- /AdaptiveCards/content/width3_auto_stretch_auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/width3_auto_stretch_auto.png -------------------------------------------------------------------------------- /AdaptiveCards/content/width5_w50_p100_w50_auto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/width5_w50_p100_w50_auto.png -------------------------------------------------------------------------------- /AdaptiveCards/content/width_2_stretch_stretch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/width_2_stretch_stretch.png -------------------------------------------------------------------------------- /AdaptiveCards/resources/media/tools/designer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/resources/media/tools/designer.jpg -------------------------------------------------------------------------------- /AdaptiveCards/resources/media/tools/designer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/resources/media/tools/designer.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cards/AdaptiveCardsDiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cards/AdaptiveCardsDiagram.png -------------------------------------------------------------------------------- /AdaptiveCards/content/column_width_image_width_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/column_width_image_width_2.png -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/Glyphs/SegMDL2.1.56.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/Glyphs/SegMDL2.1.56.woff -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/Glyphs/WinJSSymMDL2.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/Glyphs/WinJSSymMDL2.eot -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/Glyphs/WinJSSymMDL2.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/Glyphs/WinJSSymMDL2.ttf -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/Glyphs/WinJSSymMDL2.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/Glyphs/WinJSSymMDL2.woff -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/Glyphs/winjs-symbols.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/Glyphs/winjs-symbols.eot -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/Glyphs/winjs-symbols.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/Glyphs/winjs-symbols.ttf -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Bold/latest.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Bold/latest.eot -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Bold/latest.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Bold/latest.ttf -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Bold/latest.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Bold/latest.woff -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_transparent/white-48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_transparent/white-48.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_transparent/white-72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_transparent/white-72.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_transparent/white-96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_transparent/white-96.png -------------------------------------------------------------------------------- /AdaptiveCards/resources/media/tools/autocomplete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/resources/media/tools/autocomplete.png -------------------------------------------------------------------------------- /AdaptiveCards/resources/media/tools/invalidjson1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/resources/media/tools/invalidjson1.png -------------------------------------------------------------------------------- /AdaptiveCards/content/Mostly Cloudy-Background-Dark.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/Mostly Cloudy-Background-Dark.jpg -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/Glyphs/WinJSSymMDL2.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/Glyphs/WinJSSymMDL2.woff2 -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/Glyphs/winjs-symbols.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/Glyphs/winjs-symbols.woff -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Bold/latest.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Bold/latest.woff2 -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Normal/latest.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Normal/latest.eot -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Normal/latest.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Normal/latest.ttf -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Normal/latest.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Normal/latest.woff -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Normal/latest.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Normal/latest.woff2 -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Semibold/latest.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Semibold/latest.eot -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Semibold/latest.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Semibold/latest.ttf -------------------------------------------------------------------------------- /AdaptiveCards/content/icons/android-chrome-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons/android-chrome-192x192.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons/android-chrome-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons/android-chrome-512x512.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_transparent/white-144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_transparent/white-144.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_transparent/white-192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_transparent/white-192.png -------------------------------------------------------------------------------- /AdaptiveCards/content/icons_transparent/white-512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/icons_transparent/white-512.png -------------------------------------------------------------------------------- /AdaptiveCards/getting-started/media/bots/scuba-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/getting-started/media/bots/scuba-chat.png -------------------------------------------------------------------------------- /AdaptiveCards/getting-started/media/outlook/GitHub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/getting-started/media/outlook/GitHub.png -------------------------------------------------------------------------------- /AdaptiveCards/getting-started/media/outlook/Limeade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/getting-started/media/outlook/Limeade.jpg -------------------------------------------------------------------------------- /AdaptiveCards/resources/media/tools/wpfvisualizer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/resources/media/tools/wpfvisualizer.png -------------------------------------------------------------------------------- /AdaptiveCards/content/cats/Cat_Sat_2-Glasses_400x297.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/cats/Cat_Sat_2-Glasses_400x297.png -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Semibold/latest.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Semibold/latest.woff -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Semibold/latest.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Semibold/latest.woff2 -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Semilight/latest.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Semilight/latest.eot -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Semilight/latest.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Semilight/latest.ttf -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Semilight/latest.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Semilight/latest.woff -------------------------------------------------------------------------------- /AdaptiveCards/getting-started/media/windows/timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/getting-started/media/windows/timeline.png -------------------------------------------------------------------------------- /AdaptiveCards/resources/media/tools/vscode-extension.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/resources/media/tools/vscode-extension.png -------------------------------------------------------------------------------- /AdaptiveCards/templating/content/2019-08-01-12-08-13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/templating/content/2019-08-01-12-08-13.png -------------------------------------------------------------------------------- /AdaptiveCards/templating/content/2019-08-01-13-58-27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/templating/content/2019-08-01-13-58-27.png -------------------------------------------------------------------------------- /AdaptiveCards/content/fonts/SegoeUI-Semilight/latest.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/content/fonts/SegoeUI-Semilight/latest.woff2 -------------------------------------------------------------------------------- /AdaptiveCards/authoring-cards/media/text-features/markdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/authoring-cards/media/text-features/markdown.png -------------------------------------------------------------------------------- /AdaptiveCards/getting-started/media/bots/hello-adaptivecards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/getting-started/media/bots/hello-adaptivecards.png -------------------------------------------------------------------------------- /AdaptiveCards/breadcrumb/toc.yml: -------------------------------------------------------------------------------- 1 | - name: Docs 2 | tocHref: / 3 | topicHref: / 4 | items: 5 | - name: Adaptive Cards 6 | tocHref: /adaptive-cards/ 7 | topicHref: /adaptive-cards/index 8 | -------------------------------------------------------------------------------- /AdaptiveCards/resources/media/tools/vscode-extension-marketplace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/resources/media/tools/vscode-extension-marketplace.png -------------------------------------------------------------------------------- /AdaptiveCards/authoring-cards/media/universal-action-model/inconsistent-action-model.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/authoring-cards/media/universal-action-model/inconsistent-action-model.png -------------------------------------------------------------------------------- /AdaptiveCards/authoring-cards/media/universal-action-model/new-universal-action-model.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/authoring-cards/media/universal-action-model/new-universal-action-model.jpg -------------------------------------------------------------------------------- /AdaptiveCards/authoring-cards/media/universal-action-model/universal-action-model-lifecycle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/authoring-cards/media/universal-action-model/universal-action-model-lifecycle.jpg -------------------------------------------------------------------------------- /AdaptiveCards/authoring-cards/media/universal-action-model/inconsistent-action-model-lifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftDocs/AdaptiveCards/HEAD/AdaptiveCards/authoring-cards/media/universal-action-model/inconsistent-action-model-lifecycle.png -------------------------------------------------------------------------------- /AdaptiveCards/getting-started/flow.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Adaptive Cards in Flow 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 8/15/2019 6 | ms.topic: article 7 | --- 8 | 9 | # Adaptive Cards for Microsoft Flow 10 | 11 | Coming soon! 12 | -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/net-image/actions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Actions - .NET Image Rendering SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 10/19/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Actions - .NET Image 10 | 11 | Actions are unsupported, considering this renders to an image. -------------------------------------------------------------------------------- /AdaptiveCards/authoring-cards/card-schema.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Card Schema 3 | author: paulcam206 4 | ms.author: paulcam 5 | ms.date: 09/18/2018 6 | ms.topic: reference 7 | --- 8 | 9 | # Card Schema 10 | 11 | Please see the [Schema Explorer on adaptivecards.io](https://adaptivecards.io/explorer/) to learn about the card schema! -------------------------------------------------------------------------------- /AdaptiveCards/content/icons/browserconfig.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | #da532c 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/net-image/host-config.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Host config - .NET Image Rendering SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 10/19/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Host config - .NET Image 10 | 11 | See the [WPF docs](../net-wpf/getting-started.md) for a full run-down of these options. -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/net-image/extensibility.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Extensibility - .NET Image Rendering SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 10/19/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Extensibility - .NET Image 10 | 11 | See the [WPF docs](../net-wpf/getting-started.md) for a full run-down of these options. -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/net-image/native-styling.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Native styling - .NET Image Rendering SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 10/19/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Native styling - .NET Image 10 | 11 | See the [WPF docs](../net-wpf/getting-started.md) for a full run-down of these options. -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## Microsoft Open Source Code of Conduct 2 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). 3 | For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/xamarin/android/native-styling.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Native styling - Xamarin.Android SDK 3 | author: almedina-ms 4 | ms.author: almedina 5 | ms.date: 12/02/2019 6 | ms.topic: article 7 | --- 8 | 9 | # Native styling - Xamarin.Android 10 | 11 | Native styling is supported just as the Android renderer library allows it which can be found [here](../../android/native-styling.md). -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Set the default behavior, in case people don't have core.autocrlf set. 2 | * text=auto 3 | 4 | # Explicitly declare text files you want to always be normalized and converted 5 | # to native line endings on checkout. 6 | *.c text 7 | *.h text 8 | 9 | # Declare files that will always have CRLF line endings on checkout. 10 | *.sln text eol=crlf 11 | 12 | # Denote all files that are truly binary and should not be modified. 13 | *.png binary 14 | *.jpg binary -------------------------------------------------------------------------------- /AdaptiveCards/content/icons/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "", 3 | "icons": [ 4 | { 5 | "src": "/android-chrome-192x192.png", 6 | "sizes": "192x192", 7 | "type": "image/png" 8 | }, 9 | { 10 | "src": "/android-chrome-512x512.png", 11 | "sizes": "512x512", 12 | "type": "image/png" 13 | } 14 | ], 15 | "theme_color": "#ffffff", 16 | "background_color": "#ffffff", 17 | "display": "standalone" 18 | } -------------------------------------------------------------------------------- /.github/policies/resourceManagement.yml: -------------------------------------------------------------------------------- 1 | id: 2 | name: GitOps.PullRequestIssueManagement 3 | description: GitOps.PullRequestIssueManagement primitive 4 | owner: 5 | resource: repository 6 | disabled: false 7 | where: 8 | configuration: 9 | resourceManagementConfiguration: 10 | scheduledSearches: [] 11 | eventResponderTasks: 12 | - if: 13 | - payloadType: Pull_Request 14 | - isAction: 15 | action: Opened 16 | then: 17 | - addCodeFlowLink 18 | description: 19 | onFailure: 20 | onSuccess: 21 | -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/android/host-config.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Host config - Android SDK 3 | author: almedina-ms 4 | ms.author: almedina 5 | ms.date: 09/27/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Host config for Android 10 | 11 | To customize the renderer you provide an instance of the HostConfig object. (See [Host Config Schema](../../../rendering-cards/host-config.md) for the full description.) 12 | 13 | To Create a HostConfig object from a string, use the DeserializeFromString method 14 | 15 | ```java 16 | HostConfig hostConfig = HostConfig.DeserializeFromString(hostConfigText); 17 | ``` -------------------------------------------------------------------------------- /AdaptiveCards/resources/future.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Adaptive Cards Roadmap 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 05/16/2018 6 | ms.topic: article 7 | --- 8 | 9 | # Roadmap 10 | Check out our [current roadmap here](https://aka.ms/acroadmap). 11 | 12 | ## Future ideas 13 | Do you have something you would like to see implemented in future versions of AdaptiveCards or want to have your voice heard? 14 | Check out our [planned explorations](https://portal.productboard.com/adaptivecards/1-adaptive-cards-features/tabs/4-under-consideration) or otherwise [submit an idea](https://portal.productboard.com/adaptivecards/1-adaptive-cards-features/tabs/6-planned/submit-idea)! 15 | -------------------------------------------------------------------------------- /AdaptiveCards/rendering-cards/extensibility.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Extensibility 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 06/26/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Extensibility 10 | 11 | Each SDK allows you to override the rendering of any element, or even add support for entirely new elements that you define. For example, you can change the `Input.Date` renderer to emit your own custom control while still retaining the rest of the output of the renderer. Or you can add support for a custom `Rating` element to you define. 12 | 13 | For example code, please expand the **SDK** node on the left -> **Rendering Cards** -> **the SDK you'd like to use** -> **Extensibility** 14 | -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/ios/getting-started.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: iOS SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 06/26/2017 6 | ms.topic: get-started 7 | --- 8 | 9 | # Getting started - iOS 10 | 11 | This renderer which targets iOS native controls. 12 | 13 | ## Install pod 14 | 15 | This is available as a pod. 16 | 17 | [![CocoaPods](https://img.shields.io/cocoapods/v/AdaptiveCards.svg)](https://cocoapods.org/pods/AdaptiveCards) 18 | 19 | ```console 20 | pod 'AdaptiveCards' 21 | ``` 22 | 23 | ## Add header 24 | 25 | ```objective-c 26 | #import "AdaptiveCards/ACFramework.h" 27 | ``` 28 | 29 | ## Next steps 30 | 31 | See [Render a card](render-a-card.md) for the next steps! 32 | -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/xamarin/android/host-config.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Host config - Xamarin.Android SDK 3 | author: almedina-ms 4 | ms.author: almedina 5 | ms.date: 12/02/2019 6 | ms.topic: how-to 7 | --- 8 | 9 | # Host config - Android 10 | 11 | To customize the renderer you provide an instance of the HostConfig object. (See [Host Config Schema](../../../../rendering-cards/host-config.md) for the full description.) 12 | 13 | To create a ```HostConfig``` object from a string, use the ```DeserializeFromString``` method like this: 14 | 15 | ```csharp 16 | using AdaptiveCards.Rendering.Xamarin.Android.ObjectModel; 17 | // ... 18 | 19 | HostConfig Config = HostConfig.DeserializeFromString(configJson); 20 | ``` 21 | -------------------------------------------------------------------------------- /AdaptiveCards/resources/media.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Adaptive Cards Media 3 | description: Collected media links discussing Adaptive Cards 4 | author: matthidinger 5 | ms.author: mahiding 6 | ms.date: 5/14/2018 7 | ms.topic: article 8 | --- 9 | 10 | # Adaptive Cards Media 11 | 12 | 13 | ## Introduction Video 14 | 15 | > [!VIDEO https://cdn.adaptivecards.io/assets/AdaptiveCardsOverviewVideo.mp4] 16 | 17 | Video 2: 18 | 19 | > [!VIDEO https://cdn.adaptivecards.io/assets/AdaptiveCardsOverviewVideo.mp4] 20 | 21 | ## Build 2018 22 | 23 | > [!VIDEO https://medius.studios.ms/Embed/Video/BRK2401?SFYT=true] 24 | 25 | ## Windows Developer Day 26 | 27 | > [!VIDEO https://www.youtube.com/embed/7BfKcU-7UjA] 28 | 29 | ## Ignite 2017 30 | 31 | > [!VIDEO https://www.youtube.com/embed/v3pOg0EO2t4] 32 | -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/javascript/fabric.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Fabric integration 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 08/15/2019 6 | ms.topic: article 7 | --- 8 | 9 | # Adaptive Cards with Fabric UI 10 | 11 | The `adaptivecards-fabric` package "lights-up" the Adaptive Card renderer with [Microsoft Fabric UI](https://developer.microsoft.com/en-us/fabric#/controls/web) components. 12 | 13 | ![Fabric screenshot](https://raw.githubusercontent.com/microsoft/AdaptiveCards/master/source/nodejs/adaptivecards-fabric/adaptivecards-fabric.gif) 14 | 15 | ## Get Started 16 | 17 | ### Node 18 | 19 | ```console 20 | npm install adaptivecards-fabric 21 | ``` 22 | 23 | ## Documentation 24 | 25 | Read the [full documentation](https://www.npmjs.com/package/adaptivecards-fabric) on npm 26 | -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/uwp/getting-started.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: UWP SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 06/26/2017 6 | ms.topic: get-started 7 | --- 8 | 9 | # Getting started - UWP 10 | 11 | This is a renderer which targets UWP native controls. 12 | 13 | ## Install NuGet package 14 | 15 | **AdaptiveCards.Rendering.Uwp** 16 | 17 | [![Nuget install](https://img.shields.io/nuget/vpre/AdaptiveCards.Rendering.Uwp.svg)](https://www.nuget.org/packages/AdaptiveCards.Rendering.Uwp) 18 | 19 | ```console 20 | Install-Package AdaptiveCards.Rendering.Uwp 21 | ``` 22 | 23 | ## Namespace 24 | 25 | Declare the renderer namespace. 26 | 27 | ```csharp 28 | using AdaptiveCards.Rendering.Uwp; 29 | ``` 30 | 31 | ## Next steps 32 | 33 | See [Render a card](render-a-card.md) for the next steps! 34 | -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/javascript/native-styling.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Native styling - JavaScript SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 11/28/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Native styling - JavaScript 10 | 11 | Use CSS for fine-grained styling of the card HTML. 12 | 13 | The following CSS classes will be added to various elements. 14 | 15 | | CSS class | Usage | 16 | |---|---| 17 | | .ac-container | containers | 18 | | .ac-selectable | elements with `selectAction` | 19 | | .ac-image | image | 20 | | .ac-pushButton | actions rendered like buttons | 21 | | .ac-linkButton | actions rendered like links | 22 | | .ac-input | input controls| 23 | | .ac-textInput| text input | 24 | | .ac-multiline | multiline text input | 25 | | .ac-numberInput | number input| 26 | | .ac-dateInput | date input| 27 | | .ac-timeInput | time input | 28 | | .ac-multichoiceInput | multichoice input| -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/winui-3/getting-started.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: WinUI 3 SDK 3 | description: This article walks you through the process of installing the WinUI 3 SDK for Adaptive Cards. 4 | author: JeanRoca 5 | ms.author: jproca 6 | ms.date: 05/04/2023 7 | ms.topic: get-started 8 | --- 9 | 10 | # Getting started - WinUI 3 11 | 12 | This is a renderer which targets WinUI 3 native controls. 13 | 14 | ## Install NuGet package 15 | 16 | **AdaptiveCards.Rendering.WinUI3** 17 | 18 | [![Nuget install](https://img.shields.io/nuget/vpre/AdaptiveCards.Rendering.Winui3.svg)](https://www.nuget.org/packages/AdaptiveCards.Rendering.Winui3) 19 | 20 | ```console 21 | Install-Package AdaptiveCards.Rendering.WinUI3 22 | ``` 23 | 24 | ## Namespace 25 | 26 | Declare the renderer namespace. 27 | 28 | ```csharp 29 | using AdaptiveCards.Rendering.WinUI3; 30 | ``` 31 | 32 | ## Next steps 33 | 34 | See [Render a card](render-a-card.md) for the next steps! 35 | -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/net-image/getting-started.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: .NET Image Rendering SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 10/19/2017 6 | ms.topic: get-started 7 | --- 8 | 9 | # Getting started - .NET Image 10 | 11 | As we described in [Getting Started](../../../authoring-cards/getting-started.md) page, an Adaptive Card is a JSON-serialized card object model. This library makes it easy to render that JSON into into a PNG image. 12 | 13 | This package can even be used on a server to generate images, and implements all the "magic STA thread" goo for you. 14 | 15 | ## NuGet install 16 | 17 | [![Nuget install](https://img.shields.io/nuget/vpre/AdaptiveCards.Rendering.Wpf.svg)](https://www.nuget.org/packages/AdaptiveCards.Rendering.Wpf) 18 | 19 | ```console 20 | Install-Package AdaptiveCards.Rendering.Wpf -IncludePrerelease 21 | ``` 22 | 23 | ## Next steps 24 | 25 | See [Render a card](render-a-card.md) for the next steps! 26 | -------------------------------------------------------------------------------- /AdaptiveCards/content/shared.css: -------------------------------------------------------------------------------- 1 | /*body { 2 | font-family: 'Segoe UI', sans-serif; 3 | }*/ 4 | 5 | /*h1 { 6 | font-size: xx-large; 7 | cursor: pointer; 8 | } 9 | 10 | h2 { 11 | font-size: x-large; 12 | cursor: pointer; 13 | } 14 | 15 | h3 { 16 | font-size: medium; 17 | cursor: pointer; 18 | }*/ 19 | 20 | .content { 21 | margin-top: 40px; 22 | } 23 | 24 | .content-sidebar { 25 | margin-top: 40px; 26 | margin-left: 256px; 27 | } 28 | 29 | .w3-sidebar { 30 | width: 256px; 31 | font-family: "Segoe UI Semibold", sans-serif; 32 | font-size: 15px; 33 | } 34 | 35 | .logo { 36 | float:left; 37 | margin-top:-4px; 38 | margin-bottom:-4px; 39 | } 40 | 41 | img { 42 | margin-bottom: 0px; 43 | border-style: none; 44 | } 45 | h1, h2, h3, h4 { 46 | font-family: "Segoe UI Semibold", sans-serif; 47 | } 48 | 49 | body, p, th, div, span, input, button, select { 50 | font-family: "Segoe UI Semilight", sans-serif; 51 | } -------------------------------------------------------------------------------- /AdaptiveCards/sdk/designer.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Adaptive Cards Designer SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 01/04/2021 6 | ms.topic: article 7 | --- 8 | 9 | # Adaptive Cards Designer SDK 10 | 11 | The Adaptive Card Designer provides a rich, interactive design-time experience for authoring adaptive cards. 12 | 13 | Try it out at [https://adaptivecards.microsoft.com/designer](https://adaptivecards.microsoft.com/designer)) 14 | 15 | ![Designer screenshot](../content/designer.png) 16 | 17 | This SDK allows you to easily integrate the adaptive cards designer into your own experiences. 18 | 19 | ## Get Started 20 | 21 | ### Node 22 | 23 | ```console 24 | npm install adaptivecards-designer 25 | ``` 26 | 27 | ### CDN 28 | 29 | ```html 30 | 31 | ``` 32 | 33 | ## Documentation 34 | 35 | Read the [full documentation](https://www.npmjs.com/package/adaptivecards-designer) on npm 36 | -------------------------------------------------------------------------------- /AdaptiveCards/rendering-cards/actions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Actions 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 06/26/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Actions 10 | 11 | By default, the actions will render as buttons on the card, but it's up to your app to make them behave as you expect. Each SDK has the equivalent of an `OnAction` event that you must handle. 12 | 13 | * **Action.OpenUrl** - open the specified `url`. 14 | * **Action.Submit** - take the result of the submit and send it to the source. How you send it to the source of the card is entirely up to you. 15 | * **Action.ShowCard** - invokes a dialog and renders the sub-card into that dialog. Note that you only need to handle this if `ShowCardActionMode` is set to `popup`. 16 | * **Action.ToggleVisibility** - shows or hides one or more elements in the card. 17 | * **Action.Execute** - gathers input fields, merges with optional data field, and sends an event to the client. Learn more about Action.Execute in our [Universal Action Model](../authoring-cards/universal-action-model.md) section. -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/uwp/extensibility.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Extensibility - UWP SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 06/26/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Extensibility - UWP 10 | 11 | ## Changing per element rendering 12 | 13 | Implement a renderer class and set it in the renderer 14 | 15 | ```csharp 16 | // My custom renderer is going to replace how textblocks should render! 17 | public class MyCustomRenderer : IAdaptiveElementRenderer 18 | { 19 | public UIElement Render(IAdaptiveCardElement element, AdaptiveRenderContext context) 20 | { 21 | var adaptiveTextBlock = element as AdaptiveTextBlock; 22 | TextBlock textblock = new TextBlock() 23 | { 24 | Text = adaptiveTextBlock.Text + "I want every single textblock to append this text, and it should be aligned to the right!", 25 | HorizontalAlignment = HorizontalAlignment.Right 26 | }; 27 | 28 | return textblock; 29 | } 30 | } 31 | 32 | renderer.ElementRenderers.Set("TextBlock", new MyCustomRenderer()); 33 | ``` -------------------------------------------------------------------------------- /AdaptiveCards/sdk/rendering-cards/net-html/actions.md: -------------------------------------------------------------------------------- 1 | --- 2 | title: Actions - .NET HTML SDK 3 | author: matthidinger 4 | ms.author: mahiding 5 | ms.date: 10/19/2017 6 | ms.topic: article 7 | --- 8 | 9 | # Actions - .NET HTML 10 | 11 | Top-level card `actions` will render as an HTML `