Skip to content

Commit fe76214

Browse files
author
dmihaylo
committed
docs: fix duplicate slugs
1 parent 900f1a1 commit fe76214

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs-aspnet-core/helpers/html-helpers/listbox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ slug: htmlhelpers_listbox_aspnetcore
77

88
# ListBox Html Helper
99

10-
The ListBox html helper is a server-side wrapper for the [Kendo UI ListBox](http://demos.telerik.com/aspnet-mvc/listbox/index).
10+
The ListBox Html helper is a server-side wrapper for the [Kendo UI ListBox](http://demos.telerik.com/aspnet-mvc/listbox/index).
1111

1212
It displays a list of data that is contained in a box and allows single or multiple selection, reordering of selected items, and deleting items and features keyboard navigation as well as the dragging and dropping of items. You can also connect the ListBox with another list-box and customize the widget with the use of templates, toolbar positioning, placeholder and hint, and localization of its command buttons messages.
1313

1414
For more information, refer to the article on the [ListBox HtmlHelper for ASP.NET MVC](/aspnet-mvc/helpers/listbox/overview).
1515

1616
## Basic Usage
1717

18-
The following example demonstrates how to define the ListBox by using the ListBox html helper.
18+
The following example demonstrates how to define the ListBox by using the ListBox Html helper.
1919

2020
###### Example
2121

@@ -52,7 +52,7 @@ The following example demonstrates how to define the ListBox by using the ListBo
5252

5353
## Configuration
5454

55-
The following example demonstrates the basic configuration for the ListBox html helper.
55+
The following example demonstrates the basic configuration for the ListBox Html helper.
5656

5757
###### Example
5858

docs-aspnet-core/helpers/listbox.md renamed to docs-aspnet-core/helpers/tag-helpers/listbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: ListBox
33
page_title: ListBox | UI for ASP.NET Core Tag Helpers
44
description: "Learn the basics when working with the ListBox tag helper for ASP.NET Core (MVC 6 or ASP.NET Core MVC)."
5-
slug: htmlhelpers_listbox_aspnetcore
5+
slug: taghelpers_listbox_aspnetcore
66
---
77

88
# ListBox Tag Helper

0 commit comments

Comments
 (0)