Skip to content

dotnet-express/TagHelpers

Repository files navigation

Dynamic.NET TagHelpers

1. Getting Started

This tag helpers library is open-source part of .NET Express Project. You can find samples, documentation and getting started instructions for .NET Express Project.

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See installing, configuration and deploy for notes on how to run the project on a live system.

2. Prerequisites

What things you need to install the software and how to install them

3. Installing

3.1. Installing from GitHub repository

You can clone source directly from GitHub

git clone https://github.com/dotnet-express/TagHelpers.git

3.2. Solution Projects

  1. Dynamic.NET.TagHelpers.csproj - Tag Helper Library code sources
  2. AdminLTE2 - Sample project, that use Tag Helper Library

3.3. Solution Projects

cd 
git clone https://github.com/dotnet-express/TagHelpers.git

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use Semantic Versioning 2.0 for versioning. For the versions available, see the releases on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

Acknowledgments