Property Items
| Improve this Doc View SourceItems
A collection of Microsoft.AspNetCore.Mvc.Rendering.SelectListItem objects used to populate the <select> element with <optgroup> and <option> elements.
Declaration
[HtmlAttributeName("dataset-items")]
public IEnumerable<SelectListItem> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem> |