$activeItemTemplate public property
The template used to render each active item in the breadcrumbs. The token {link}
will be replaced with the actual HTML link for each active item.
public string $activeItemTemplate = "<li class=\"active\">{link}</li>\n"
Please login to continue.