syncfusion-aspnetcore-buttons

Implement Syncfusion ASP.NET Core Switch and SplitButton controls with Tag Helpers.

2|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/syncfusion/aspnetcore-ui-components-skills --skill syncfusion-aspnetcore-buttons
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: syncfusion-aspnetcore-buttons
Source: https://github.com/syncfusion/aspnetcore-ui-components-skills/tree/main/skills/syncfusion-aspnetcore-buttons
Command: npx skills add https://github.com/syncfusion/aspnetcore-ui-components-skills --skill syncfusion-aspnetcore-buttons

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you implement and customize Syncfusion ASP.NET Core Switch and SplitButton controls without digging through scattered documentation, so you can build interactive UI faster and with fewer integration mistakes.

Core Features & Use Cases

  • Switch configuration: Set checked, disabled, RTL, persistence, labels, form values, and before-change behavior for toggle-style inputs.
  • SplitButton workflows: Build primary actions with dropdown item menus, icons, separators, templating, grouping, and event-driven interactions.
  • Production guidance: Use the included accessibility, API, getting-started, and how-to references to handle common Razor Pages and MVC scenarios such as state changes, popup selection, and custom styling.

Quick Start

Ask for the exact Syncfusion ASP.NET Core Switch or SplitButton behavior you want to build, and this Skill will guide you through the setup, events, customization, and accessibility steps.

Frequently Asked Questions about syncfusion-aspnetcore-buttons

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a Syncfusion Switch toggle to an ASP.NET Core Razor Page?

To add a Syncfusion Switch toggle in ASP.NET Core, configure Tag Helpers in your Razor Page, then set properties like checked, disabled, and labels. This Skill guides you through the exact setup and form integration steps for production-ready toggle behavior.

Can I build a dropdown SplitButton with custom icons in ASP.NET Core MVC views?

Yes, you can build a dropdown SplitButton with custom icons in ASP.NET Core MVC views. This Skill covers configuring primary actions, popup item menus, separators, and templating to create event-driven interactive UI components.

What's the best way to handle Syncfusion Switch state changes in Razor Pages?

The best way to handle Syncfusion Switch state changes in Razor Pages is by configuring the before-change event behavior. This Skill provides API-level property and event configuration guidance to manage toggle states and form values effectively.

Do I need Tag Helpers to use Syncfusion SplitButton controls in ASP.NET Core?

Yes, Tag Helper setup is required to use Syncfusion SplitButton controls in ASP.NET Core. This Skill helps you configure reference documentation and API-level properties to ensure proper rendering and event handling in your views.

How do I make Syncfusion ASP.NET Core buttons accessible?

To make Syncfusion ASP.NET Core buttons accessible, follow the included accessibility references covering RTL support, disabled states, and keyboard interactions. This Skill ensures your Switch and SplitButton implementations meet production-ready UI standards.

Why is my Syncfusion SplitButton popup not working in ASP.NET Core?

A Syncfusion SplitButton popup may not work if Tag Helpers are missing or event bindings are incorrect. This Skill helps troubleshoot popup selection, grouping, and event-driven interactions using API-level property configuration references.