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