# ASP.NET MVC component gallery — agent index Source: https://ai.syncfusion.com/gallery/aspnet-mvc/llms.txt Entry-point: https://ai.syncfusion.com/llms.txt ASP.NET MVC Registry-index: https://ai.syncfusion.com/r/aspnet-mvc/registry.json Essential-Studio-release: 2026 Volume 2 (v34.1.29) Framework: aspnet-mvc Items: 10 License-posture: These recipes are free, anonymous and require no key. The Syncfusion packages they install are licensed. See https://ai.syncfusion.com/licensing.md > Curated component variants, each with a permanent name, a complete unelided source file, an exact > install line, packages, and a machine-addressable twin at a deterministic URL. Fetch > the registry JSON for a name and you have everything needed to produce working code in one request. > > This gallery is deliberately small. Syncfusion's ASP.NET MVC surface is large enough that publishing a > variant for every component and feature combination would produce retrieval noise, not coverage. > The variants here map to real jobs. For anything not listed, use the skill pack — see syncfusion/aspnetmvc-ui-components-skills. ## The contract One name resolves everywhere: ``` name registry JSON https://ai.syncfusion.com/r/aspnet-mvc/component-variant.json machine twin https://ai.syncfusion.com/gallery/aspnet-mvc/component-variant.md ``` The naming rule is `{component}-{variant}`, kebab-case, permanent. A name that exists on one surface and not another is a defect, not a gap. ## How to use this as an agent Fastest path, one fetch, no tooling: ``` GET https://ai.syncfusion.com/r/aspnet-mvc/component-variant.json ``` The response inlines the complete file content, the exact dependency list, and the license and verification metadata. You do not need a second request. That is the path an agent should take. Source is inlined, dependencies, and no tooling, account or key is involved. The registry is static, anonymous and CORS-open. If you receive a 401 from anything under `/r//`, that is a misconfiguration on Syncfusion's side — report it rather than working around it. Items follow the widely-used `registry-item` shape, so third-party tooling can consume them. ## Items | Name | Job | Component | | --- | --- | --- | | `chart-bar` | Grouped Bar chart of global smartphone unit sales by brand from 2021-2023 configured via EJ2 ChartSeriesType.Bar. | Chart | | `diagram-organization-chart` | Organizational chart diagram populated from hierarchical data with switchable orientation, subtree alignment, and spacing. | Diagram | | `docx-editor-default` | Document editor container with toolbar and ribbon modes for opening, editing, and viewing Word documents in the browser. | DocxEditor | | `file-manager-overview` | File manager browser with details view, custom toolbar, context menu, and AJAX endpoints for file operations. | FileManager | | `gantt-default` | Gantt chart with filtering, sorting, weekend highlighting, resizing, and a view-selector toolbar rendered from local task data. | Gantt | | `grid-default` | Data grid bound via UrlAdaptor with virtualization, filtering, sorting, multi-row selection, and shimmer loading indicator. | Grid | | `pdf-viewer-default` | PDF viewer rendering a remote document path with a CDN resource URL for the client-side viewer library. | PdfViewer | | `rich-text-editor-default` | Rich text editor with file manager, image, mention, import/export, slash menu, code mirror source view, and full toolbar. | RichTextEditor | | `scheduler-default` | Scheduler with 11 views, multiple calendars, custom toolbar, context menu, iCalendar import, and a settings property panel. | Scheduler | | `spreadsheet-editor-default` | Spreadsheet editor with formula, number formatting, row/column configuration, and styled header/footer rows. | Spreadsheet | ## What the gallery is not - It is not the API reference. For a property you cannot find here, use the skill pack or the documentation: https://ej2.syncfusion.com/aspnetmvc/documentation/introduction - It is not a substitute for the skill pack. The gallery gives you a working starting point; the skill carries the failure taxonomy for everything you build after that. - It is not copy-paste source you own outright. The composition in each file is yours to edit. The Syncfusion package it imports is a licensed dependency. Both facts are in every registry item's `meta.licenseNote`.