From e59ac01c742610629db77e11f2321ac0f954b400 Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Wed, 10 Jun 2020 10:56:05 +0300 Subject: [PATCH] Create Breadcrumbs.md --- .../UI/AspNetCore/Tag-Helpers/Breadcrumbs.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/en/UI/AspNetCore/Tag-Helpers/Breadcrumbs.md diff --git a/docs/en/UI/AspNetCore/Tag-Helpers/Breadcrumbs.md b/docs/en/UI/AspNetCore/Tag-Helpers/Breadcrumbs.md new file mode 100644 index 0000000000..2ba46dc524 --- /dev/null +++ b/docs/en/UI/AspNetCore/Tag-Helpers/Breadcrumbs.md @@ -0,0 +1,25 @@ +# Breadcrumbs + +## Introduction + +`abp-breadcrumb` is the main container for breadcrumb items. + +Basic usage: + +````csharp + + + + + +```` + +## Demo + +See the [breadcrumbs demo page](https://bootstrap-taghelpers.abp.io/Components/Breadcrumbs) to see it in action. + +## abp-breadcrumb-item Attributes + +- **title**: Sets the text of the breadcrumb item. +- **active**: Sets the active breadcrumb item. +- **href**: A value indicates if an `abp-breadcrumb-item` has a link. Should be a string link value. \ No newline at end of file