We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Insert a default option with empty value at the start of the list
public static System.Collections.Generic.ICollection<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem> WithDefault(this System.Collections.Generic.ICollection<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem> @this, string description);
this System.Collections.Generic.ICollection<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem>
this
description System.String
description
System.Collections.Generic.ICollection<Microsoft.AspNetCore.Mvc.Rendering.SelectListItem>