This method provides select options to a select list property. The list should be cached when possible.

public abstract ValueTask<IEnumerable<SelectOption>> GetOptionsAsync()
Returns:
ValueTask<IEnumerable<SelectOption>>
In this article