SyntaxFix
Write A Post
Hire A Developer
Questions
public class MyArray : List<string> { } services.Configure<ShipmentDetailsDisplayGidRoles>(Configuration.GetSection("MyArray")); public SomeController(IOptions<MyArray> myArrayOptions) { myArray = myArrayOptions.Value; }