Skip to main content

Tabs

Tabs are host-aware webpages embedded in Microsoft Teams, Outlook, and Microsoft 365. Tabs are commonly implemented as Single Page Applications that use the Teams JavaScript client library (TeamsJS) to interact with the app host.

SDK 2.1 does not expose a dedicated AddTab helper. Instead, host tab content with standard ASP.NET routes (for example app.MapGet("/tabs/{name}/...")) and keep using Teams SDK handlers for bot-side tab functions.

Resources

Additional resources