@namespace AntDesign @inherits AntInputComponentBase
@if (Options.Value != null) { if (Options.IsT0) { @foreach (var option in Options.AsT0) { @option.Label } } else { @foreach (var option in Options.AsT1) { @option } } } @ChildContent