Web Helpers greatly simplifies web development.
ASP.NET Helpers
"ASP.NET helpers" are components that can be accessed by single lines of Razor code.You can build your own helpers using Razor syntax stored as .cshtml files, or use built-in ASP.NET helpers.
You will learn how to use Razor helpers in the next chapters of this tutorial.
Below is a short description of some useful Razor helpers:
The WebGrid Helper
The WebGrid helper simplifies the way to display data:- Automatically sets up an HTML table to display data
- Supports different options for formatting
- Supports paging (First, next, previous, last) through data
- Supports sorting by clicking on column headings
The Chart Helper
The "Chart Helper" can display chart images of different types with many formatting options and labels.The Chart helper can display data from arrays , from databases, or from files.
The WebImage Helper
The WebImage helper provides functionality to manage images in a web page.Keywords: flip, rotate, resize, watermark.
No comments:
Post a Comment