Skip to content

Commit 0d1548e

Browse files
lootle1wadepickett
andauthored
Update aspnetcore/mvc/views/overview.md
Co-authored-by: Wade Pickett <wpickett@microsoft.com>
1 parent b45a86a commit 0d1548e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/mvc/views/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ This feature offers flexibility but doesn't offer compilation protection or Inte
380380

381381
## More view features
382382

383-
[Tag Helpers](xref:mvc/views/tag-helpers/intro) make it easy to add server-side behavior to existing HTML tags. Using Tag Helpers avoids the need to write custom code or helpers within your views. Tag helpers are applied as attributes to HTML elements and editors that can't process them ignore them. This allows you to edit and render view markup in a variety of tools.
383+
[Tag Helpers](xref:mvc/views/tag-helpers/intro) make it easy to add server-side behavior to existing HTML tags. Using Tag Helpers avoids the need to write custom code or helpers within your views. Tag helpers are applied as attributes to HTML elements and are ignored by editors that can't process them. This allows you to edit and render view markup in a variety of tools.
384384

385385
Generating custom HTML markup can be achieved with many built-in HTML Helpers. [View Components](xref:mvc/views/view-components) can handle more complex user interface logic. View components provide the same SoC that controllers and views offer. They can eliminate the need for actions and views that deal with data used by common user interface elements.
386386

0 commit comments

Comments
 (0)