Browse Source

Update Breadcrumbs.md

pull/4292/head
Yunus Emre Kalkan 6 years ago
committed by GitHub
parent
commit
ea246be0b0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/UI/AspNetCore/Tag-Helpers/Breadcrumbs.md

4
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.

Loading…
Cancel
Save