Yunus Emre Kalkan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/UI/AspNetCore/Tag-Helpers/Breadcrumbs.md
|
|
|
@ -21,5 +21,5 @@ See the [breadcrumbs demo page](https://bootstrap-taghelpers.abp.io/Components/B |
|
|
|
## 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. |
|
|
|
- **active**: Sets the active breadcrumb item. Last item is active by default, if no other item is active. |
|
|
|
- **href**: A value indicates if an `abp-breadcrumb-item` has a link. Should be a string link value. |
|
|
|
|