[]
ITagHelper implementation for SortDescription.
[HtmlTargetElement("c1-sort-description")]
public class SortDescriptionTagHelper : SettingTagHelper<SortDescription>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-sort-description")>
Public Class SortDescriptionTagHelper
Inherits SettingTagHelper(Of SortDescription)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| SortDescriptionTagHelper() |
| Name | Description |
|---|---|
| Ascending | Configurates Ascending. Sets whether sorting with ascending. |
| CollectionName | Gets the collection name. |
| Property | Configurates Property. Sets which property is used for sorting. |