Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.09 KB

File metadata and controls

42 lines (25 loc) · 1.09 KB

Back link

GOV.UK Design System back link component

Tag helpers

Example with default content

Back link with default content example

<govuk-back-link href="/" />

Example with custom content

Back link with custom content example

<govuk-back-link href="/">Back to home page</govuk-back-link>

Example with generated href

Back link with generated href example

<govuk-back-link asp-controller="Home" asp-action="Index" />

API

<govuk-back-link>

The content is the HTML to use within the back link. The default is 'Back'.

Attribute Type Description
(link attributes) See documentation on links for more information.