Versão
Idioma

ABP Tag Helpers

ABP Framework defines a set of tag helper components to simply the user interface development for ASP.NET Core (MVC / Razor Pages) applications.

Bootstrap Component Wrappers

Most of the tag helpers are Bootstrap (v4+) wrappers. Coding bootstrap is not so easy, not so type-safe and contains too much repetitive HTML tags. ABP Tag Helpers makes it easier and type safe.

We don't aim to wrap bootstrap components 100%. Writing native bootstrap style code is still possible (actually, tag helpers generates native bootstrap code in the end), but we suggest to use the tag helpers wherever possible.

ABP Framework also adds some useful features to the standard bootstrap components.

Here, the list of components those are wrapped by the ABP Framework:

Until all the tag helpers are documented, you can visit https://bootstrap-taghelpers.abp.io/ to see them with live samples.

Form Elements

Abp Tag Helpers add new features to standard Asp.Net Core MVC input & select Tag Helpers and wrap them with Bootstrap form controls. See Form Elements documentation .

Dynamic Forms

Abp Tag helpers offer an easy way to build complete Bootstrap forms. See Dynamic Forms documentation.

Esta página foi útil?
Por favor, faça uma seleção.
Obrigado pelo seu valioso feedback!

Observe que, embora não possamos responder aos comentários, nossa equipe usará seus comentários para melhorar a experiência.

Neste documento
Mastering ABP Framework Book
Dominando a estrutura ABP

Este livro o ajudará a obter uma compreensão completa da estrutura e das técnicas modernas de desenvolvimento de aplicativos da web.